diff options
Diffstat (limited to 'client/menu/character.tscn')
-rw-r--r-- | client/menu/character.tscn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/client/menu/character.tscn b/client/menu/character.tscn index f640e7cc..42d1b764 100644 --- a/client/menu/character.tscn +++ b/client/menu/character.tscn @@ -103,15 +103,19 @@ alignment = 1 [node name="Headware" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer"] layout_mode = 2 +size_flags_vertical = 3 alignment = 1 [node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Headware"] layout_mode = 2 +size_flags_horizontal = 3 focus_neighbor_right = NodePath("../Forward") texture_normal = ExtResource("5_kvd7k") texture_pressed = ExtResource("5_xpff8") texture_hover = ExtResource("6_soj8g") texture_focused = ExtResource("6_u31hl") +ignore_texture_size = true +stretch_mode = 5 flip_h = true [node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Headware"] @@ -120,23 +124,30 @@ size_flags_horizontal = 3 [node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Headware"] layout_mode = 2 +size_flags_horizontal = 3 focus_neighbor_left = NodePath("../Back") texture_normal = ExtResource("5_kvd7k") texture_pressed = ExtResource("5_xpff8") texture_hover = ExtResource("6_soj8g") texture_focused = ExtResource("6_u31hl") +ignore_texture_size = true +stretch_mode = 5 [node name="Hairstyle" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer"] layout_mode = 2 +size_flags_vertical = 3 alignment = 1 [node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle"] layout_mode = 2 +size_flags_horizontal = 3 focus_neighbor_right = NodePath("../Forward") texture_normal = ExtResource("5_kvd7k") texture_pressed = ExtResource("5_xpff8") texture_hover = ExtResource("6_soj8g") texture_focused = ExtResource("6_u31hl") +ignore_texture_size = true +stretch_mode = 5 flip_h = true [node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle"] @@ -145,23 +156,30 @@ size_flags_horizontal = 3 [node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Hairstyle"] layout_mode = 2 +size_flags_horizontal = 3 focus_neighbor_left = NodePath("../Back") texture_normal = ExtResource("5_kvd7k") texture_pressed = ExtResource("5_xpff8") texture_hover = ExtResource("6_soj8g") texture_focused = ExtResource("6_u31hl") +ignore_texture_size = true +stretch_mode = 5 [node name="Character" type="HBoxContainer" parent="VBoxContainer/Spacer/VBoxContainer"] layout_mode = 2 +size_flags_vertical = 3 alignment = 1 [node name="Back" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Character"] layout_mode = 2 +size_flags_horizontal = 3 focus_neighbor_right = NodePath("../Forward") texture_normal = ExtResource("5_kvd7k") texture_pressed = ExtResource("5_xpff8") texture_hover = ExtResource("6_soj8g") texture_focused = ExtResource("6_u31hl") +ignore_texture_size = true +stretch_mode = 5 flip_h = true [node name="Spacer" type="Control" parent="VBoxContainer/Spacer/VBoxContainer/Character"] @@ -170,11 +188,14 @@ size_flags_horizontal = 3 [node name="Forward" type="TextureButton" parent="VBoxContainer/Spacer/VBoxContainer/Character"] layout_mode = 2 +size_flags_horizontal = 3 focus_neighbor_left = NodePath("../Back") texture_normal = ExtResource("5_kvd7k") texture_pressed = ExtResource("5_xpff8") texture_hover = ExtResource("6_soj8g") texture_focused = ExtResource("6_u31hl") +ignore_texture_size = true +stretch_mode = 5 [node name="bottom_panel" type="Panel" parent="VBoxContainer"] custom_minimum_size = Vector2(0, 75) |