aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/menu/character.tscn21
-rw-r--r--client/menu/icons/arrow.svg.import2
-rw-r--r--client/menu/icons/arrow_focus.svg.import2
-rw-r--r--client/menu/icons/arrow_hover.svg.import2
-rw-r--r--client/menu/icons/arrow_pressed.svg.import2
5 files changed, 25 insertions, 4 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)
diff --git a/client/menu/icons/arrow.svg.import b/client/menu/icons/arrow.svg.import
index 2338d88e..aa9ea355 100644
--- a/client/menu/icons/arrow.svg.import
+++ b/client/menu/icons/arrow.svg.import
@@ -32,6 +32,6 @@ process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
-svg/scale=1.0
+svg/scale=2.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
diff --git a/client/menu/icons/arrow_focus.svg.import b/client/menu/icons/arrow_focus.svg.import
index 19b426b8..828846ad 100644
--- a/client/menu/icons/arrow_focus.svg.import
+++ b/client/menu/icons/arrow_focus.svg.import
@@ -32,6 +32,6 @@ process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
-svg/scale=1.0
+svg/scale=2.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
diff --git a/client/menu/icons/arrow_hover.svg.import b/client/menu/icons/arrow_hover.svg.import
index 6530e4bb..44f2aab7 100644
--- a/client/menu/icons/arrow_hover.svg.import
+++ b/client/menu/icons/arrow_hover.svg.import
@@ -32,6 +32,6 @@ process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
-svg/scale=1.0
+svg/scale=2.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
diff --git a/client/menu/icons/arrow_pressed.svg.import b/client/menu/icons/arrow_pressed.svg.import
index 0958f395..140e22d2 100644
--- a/client/menu/icons/arrow_pressed.svg.import
+++ b/client/menu/icons/arrow_pressed.svg.import
@@ -32,6 +32,6 @@ process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
-svg/scale=1.0
+svg/scale=2.0
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false