update ui

This commit is contained in:
2026-06-18 21:55:30 +02:00
parent 3e9e4afb32
commit 0fb5f0cb66
16 changed files with 172 additions and 166 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bflho4bt4mh66"
path="res://.godot/imported/buttoncircle_selected.png-d02c1a2f732ff07cf8f0a06893743bee.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://core/game_menu/assets/page_3/buttoncircle_selected.png"
dest_files=["res://.godot/imported/buttoncircle_selected.png-d02c1a2f732ff07cf8f0a06893743bee.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@@ -19,18 +19,20 @@ texture = ExtResource("4_hduhm")
texture = ExtResource("4_hduhm")
[node name="AudioOption" type="VBoxContainer" unique_id=1509773712]
custom_minimum_size = Vector2(250, 150)
offset_right = 250.0
offset_bottom = 167.0
custom_minimum_size = Vector2(280, 117)
anchors_preset = -1
anchor_right = 0.14583333
anchor_bottom = 0.108333334
theme_override_constants/separation = 0
alignment = 1
script = ExtResource("1_orafl")
image = ExtResource("2_vudub")
metadata/_edit_use_anchors_ = true
[node name="Texture" type="TextureRect" parent="." unique_id=637050541]
unique_name_in_owner = true
custom_minimum_size = Vector2(0, 115)
custom_minimum_size = Vector2(250, 65)
layout_mode = 2
size_flags_horizontal = 4
texture = ExtResource("2_vudub")
expand_mode = 1
stretch_mode = 5

View File

@@ -5,10 +5,12 @@
[ext_resource type="Texture2D" uid="uid://dde30f2ngoj53" path="res://core/game_menu/assets/page_3/checkbox.png" id="4_p1o3r"]
[node name="Checkbox" type="Button" unique_id=1346986972]
custom_minimum_size = Vector2(60, 60)
custom_minimum_size = Vector2(52, 52)
anchors_preset = -1
anchor_right = 0.03125
anchor_bottom = 0.055555556
anchor_right = 0.027083334
anchor_bottom = 0.048148148
grow_horizontal = 2
grow_vertical = 2
pivot_offset_ratio = Vector2(0.5, 0.5)
toggle_mode = true
flat = true
@@ -30,17 +32,16 @@ expand_mode = 1
[node name="ToggleTexture" type="TextureRect" parent="." unique_id=1931011536]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(50, 50)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -25.0
offset_top = -26.5
offset_right = 25.0
offset_bottom = 23.5
offset_left = -20.0
offset_top = -20.0
offset_right = 20.0
offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset_ratio = Vector2(0.5, 0.5)

View File

@@ -14,13 +14,13 @@ var selected: bool = false
func _ready():
if has_node("%FillColor"):
$%FillColor.modulate = color
$%InnerBorder.modulate.a = 0
$%SelectedBorder.modulate.a = 0
func select() -> void:
if selected:
return
selected = true
$%InnerBorder.modulate.a = 1
$%SelectedBorder.modulate.a = 1
TweenFX.stop_all(self)
scale = Vector2.ONE
rotation = 0.0
@@ -32,7 +32,7 @@ func deselect() -> void:
if !selected:
return
selected = false
$%InnerBorder.modulate.a = 0
$%SelectedBorder.modulate.a = 0
func _on_mouse_entered() -> void:

View File

@@ -1,5 +1,6 @@
[gd_scene format=3 uid="uid://ch1st1oryjoio"]
[ext_resource type="Texture2D" uid="uid://bflho4bt4mh66" path="res://core/game_menu/assets/page_3/buttoncircle_selected.png" id="2_1folt"]
[ext_resource type="Script" uid="uid://crfw5whcjs0du" path="res://core/game_menu/color_picker.gd" id="2_323rd"]
[ext_resource type="Texture2D" uid="uid://srsr075e1blh" path="res://core/game_menu/assets/page_3/buttoncircle_empty.png" id="3_264kt"]
[ext_resource type="Texture2D" uid="uid://be26apr133ywy" path="res://core/game_menu/assets/page_3/buttoncircle_fill.png" id="4_1folt"]
@@ -27,10 +28,12 @@
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6pmjh"]
[node name="ColorPicker" type="Button" unique_id=1664685328]
custom_minimum_size = Vector2(70, 70)
custom_minimum_size = Vector2(75, 71)
anchors_preset = -1
anchor_right = 0.036458332
anchor_bottom = 0.06481481
anchor_right = 0.0390625
anchor_bottom = 0.06574074
offset_right = -5.0
offset_bottom = -1.0
pivot_offset_ratio = Vector2(0.5, 0.5)
theme_override_styles/normal = SubResource("StyleBoxEmpty_323rd")
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_264kt")
@@ -46,7 +49,7 @@ theme_override_styles/focus = SubResource("StyleBoxEmpty_6pmjh")
script = ExtResource("2_323rd")
metadata/_edit_use_anchors_ = true
[node name="OuterBorder" type="TextureRect" parent="." unique_id=1490766537]
[node name="SelectedBorder" type="TextureRect" parent="." unique_id=1490766537]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
@@ -54,27 +57,28 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("4_1folt")
texture = ExtResource("2_1folt")
[node name="InnerBorder" type="TextureRect" parent="OuterBorder" unique_id=1381212990]
[node name="FillColor" type="TextureRect" parent="." unique_id=1634640310]
unique_name_in_owner = true
self_modulate = Color(0, 0, 0, 1)
custom_minimum_size = Vector2(48, 52)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -32.0
offset_top = -32.0
offset_right = 33.0
offset_bottom = 33.0
offset_left = -24.0
offset_top = -26.0
offset_right = 24.0
offset_bottom = 26.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset_ratio = Vector2(0.5, 0.5)
texture = ExtResource("4_1folt")
expand_mode = 1
[node name="ButtonTexture" type="TextureRect" parent="OuterBorder" unique_id=813207030]
[node name="ButtonTexture" type="TextureRect" parent="." unique_id=813207030]
custom_minimum_size = Vector2(50, 52)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -82,22 +86,13 @@ anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -25.0
offset_top = -28.0
offset_top = -26.0
offset_right = 25.0
offset_bottom = 25.0
offset_bottom = 26.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_264kt")
[node name="FillColor" type="TextureRect" parent="OuterBorder/ButtonTexture" unique_id=1634640310]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("4_1folt")
expand_mode = 1
[connection signal="mouse_entered" from="." to="." method="_on_mouse_entered"]
[connection signal="mouse_exited" from="." to="." method="_on_mouse_exited"]

View File

@@ -27,18 +27,13 @@ grow_vertical = 2
[node name="Decoration" type="TextureRect" parent="." index="1" unique_id=161938515]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -795.0
offset_top = -264.0
offset_right = 795.0
offset_bottom = 321.0
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset_ratio = Vector2(0.5, 0.5)
mouse_filter = 2
texture = ExtResource("2_3i50p")
expand_mode = 1

View File

@@ -19,23 +19,15 @@ grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="Background" parent="." index="0" unique_id=1203110384]
visible = true
[node name="Decoration" type="TextureRect" parent="." index="1" unique_id=529740362]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -795.0
offset_top = -264.0
offset_right = 795.0
offset_bottom = 321.0
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset_ratio = Vector2(0.5, 0.5)
mouse_filter = 2
texture = ExtResource("2_xqdsh")
expand_mode = 1

View File

@@ -16,20 +16,18 @@ grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
[node name="Background" parent="." index="0" unique_id=1203110384]
visible = true
[node name="Decoration" type="TextureRect" parent="." index="1" unique_id=980764536]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -795.0
offset_top = -264.0
offset_right = 795.0
offset_bottom = 321.0
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
pivot_offset_ratio = Vector2(0.5, 0.5)
mouse_filter = 2
texture = ExtResource("2_yx6jr")
expand_mode = 1
@@ -61,14 +59,14 @@ visible = false
[node name="SettingsMenu" parent="." index="4" unique_id=1639777294 instance=ExtResource("4_twko7")]
layout_mode = 1
anchor_left = -0.0328125
anchor_top = -0.0129629625
anchor_right = -0.0328125
anchor_bottom = -0.0129629625
offset_left = 238.0
offset_top = 328.0
offset_right = 987.0
offset_bottom = 853.0
anchor_top = 0.5388889
anchor_right = 0.0
anchor_bottom = 0.5388889
offset_left = 278.11
offset_top = -240.0
offset_right = 902.11
offset_bottom = 285.0
grow_vertical = 2
size_flags_horizontal = 6
[editable path="OptionMenu"]

View File

@@ -10,48 +10,53 @@
[ext_resource type="PackedScene" uid="uid://gvpxmy1bgt8h" path="res://core/game_menu/checkbox.tscn" id="6_r08il"]
[node name="SettingsMenu" type="HBoxContainer" unique_id=513569488]
custom_minimum_size = Vector2(624, 525)
anchors_preset = -1
anchor_right = 0.4578125
anchor_bottom = 0.5138889
anchor_right = 0.325
anchor_bottom = 0.4861111
pivot_offset_ratio = Vector2(0.5, 0.5)
script = ExtResource("1_4lekq")
metadata/_edit_use_anchors_ = true
[node name="AudioOptionsContainer" type="VBoxContainer" parent="." unique_id=743642398]
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1067656285]
layout_mode = 2
mouse_filter = 2
theme_override_constants/margin_top = 48
[node name="AudioOptionsContainer" type="VBoxContainer" parent="MarginContainer" unique_id=743642398]
unique_name_in_owner = true
custom_minimum_size = Vector2(327, 512)
layout_mode = 2
size_flags_vertical = 0
theme_override_constants/separation = 12
theme_override_constants/separation = 32
metadata/_edit_use_anchors_ = true
[node name="MasterVolume_AudioOption" parent="AudioOptionsContainer" unique_id=1509773712 instance=ExtResource("1_hwcco")]
[node name="MasterVolume_AudioOption" parent="MarginContainer/AudioOptionsContainer" unique_id=1509773712 instance=ExtResource("1_hwcco")]
layout_mode = 2
[node name="MusicVolume_AudioOption" parent="AudioOptionsContainer" unique_id=690924616 instance=ExtResource("1_hwcco")]
[node name="MusicVolume_AudioOption" parent="MarginContainer/AudioOptionsContainer" unique_id=690924616 instance=ExtResource("1_hwcco")]
layout_mode = 2
image = ExtResource("3_kgdba")
bus_name = &"Music"
[node name="SFXVolume_AudioOption" parent="AudioOptionsContainer" unique_id=2096291127 instance=ExtResource("1_hwcco")]
[node name="SFXVolume_AudioOption" parent="MarginContainer/AudioOptionsContainer" unique_id=2096291127 instance=ExtResource("1_hwcco")]
layout_mode = 2
image = ExtResource("4_ugk4n")
bus_name = &"SFX"
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1034452799]
layout_mode = 2
size_flags_vertical = 0
theme_override_constants/separation = 48
[node name="AliasingOption" type="Control" parent="VBoxContainer" unique_id=960976098]
custom_minimum_size = Vector2(305, 115)
custom_minimum_size = Vector2(265, 78)
layout_mode = 2
size_flags_horizontal = 4
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/AliasingOption" unique_id=148856120]
custom_minimum_size = Vector2(250, 115)
custom_minimum_size = Vector2(208, 78)
layout_mode = 0
offset_right = 250.0
offset_bottom = 115.0
offset_right = 208.0
offset_bottom = 78.0
texture = ExtResource("5_8sr5x")
expand_mode = 1
stretch_mode = 5
@@ -64,16 +69,15 @@ anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -40.0
offset_top = -20.0
offset_bottom = 20.0
offset_left = -60.0
offset_top = -26.0
offset_right = -8.0
offset_bottom = 26.0
grow_horizontal = 0
grow_vertical = 2
[node name="WindowOptionMenu" parent="VBoxContainer" unique_id=1829826194 instance=ExtResource("6_ocbt2")]
custom_minimum_size = Vector2(418, 342)
custom_minimum_size = Vector2(320, 342)
layout_mode = 2
size_flags_vertical = 3
[node name="ContainerTween" parent="." unique_id=160227524 node_paths=PackedStringArray("targets") instance=ExtResource("5_p0gqk")]
targets = [NodePath("../AudioOptionsContainer/MasterVolume_AudioOption"), NodePath("../AudioOptionsContainer/MusicVolume_AudioOption"), NodePath("../AudioOptionsContainer/SFXVolume_AudioOption"), NodePath("../VBoxContainer/WindowOptionMenu")]
targets = [NodePath("../MarginContainer/AudioOptionsContainer/MasterVolume_AudioOption"), NodePath("../MarginContainer/AudioOptionsContainer/MusicVolume_AudioOption"), NodePath("../MarginContainer/AudioOptionsContainer/SFXVolume_AudioOption"), NodePath("../VBoxContainer/AliasingOption"), NodePath("../VBoxContainer/WindowOptionMenu")]

View File

@@ -31,7 +31,7 @@ stretch = true
own_world_3d = true
transparent_bg = true
handle_input_locally = false
size = Vector2i(720, 180)
size = Vector2i(660, 180)
render_target_update_mode = 4
[node name="Camera3D" type="Camera3D" parent="TrainViewportContainer/SubViewport" unique_id=1674220602]
@@ -54,7 +54,7 @@ flip_h = true
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer2" unique_id=1364417494]
layout_mode = 2
theme_override_constants/separation = 18
theme_override_constants/separation = 0
alignment = 1
[node name="ColorPicker1" parent="HBoxContainer2/HBoxContainer" unique_id=59169767 instance=ExtResource("3_i2rs1")]

View File

@@ -33,7 +33,7 @@
[node name="WindowOptionMenu" type="Control" unique_id=891718047]
layout_mode = 3
anchor_right = 0.21770833
anchor_right = 0.16666667
anchor_bottom = 0.31666666
pivot_offset_ratio = Vector2(0.5, 0.5)
script = ExtResource("1_6b7am")
@@ -49,9 +49,9 @@ anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -116.0
offset_top = -208.0
offset_top = -249.5
offset_right = 116.0
offset_bottom = 31.000183
offset_bottom = -10.499939
grow_horizontal = 2
grow_vertical = 0
rotation = -0.20943952
@@ -86,22 +86,24 @@ layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -209.0
offset_top = 62.0
offset_right = 209.0
offset_bottom = 162.0
offset_left = -125.0
offset_top = 45.0
offset_right = 125.0
offset_bottom = 110.0
grow_horizontal = 2
[node name="FullScreenButton" type="Button" parent="Control" unique_id=658423473]
unique_name_in_owner = true
custom_minimum_size = Vector2(250, 100)
visible = false
custom_minimum_size = Vector2(215, 65)
layout_mode = 1
anchors_preset = -1
anchor_left = 0.20095694
anchor_right = 0.79904306
anchor_bottom = 1.0
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -107.5
offset_right = 107.5
offset_bottom = 65.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_323rd")
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_264kt")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1folt")
@@ -113,7 +115,6 @@ theme_override_styles/hover_pressed_mirrored = SubResource("StyleBoxEmpty_s4jbd"
theme_override_styles/disabled = SubResource("StyleBoxEmpty_2ocph")
theme_override_styles/disabled_mirrored = SubResource("StyleBoxEmpty_5386i")
theme_override_styles/focus = SubResource("StyleBoxEmpty_6pmjh")
metadata/_edit_use_anchors_ = true
[node name="Texture" type="TextureRect" parent="Control/FullScreenButton" unique_id=1273084077]
layout_mode = 1
@@ -130,14 +131,15 @@ stretch_mode = 5
[node name="BorderlessButton" type="Button" parent="Control" unique_id=1930001398]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(250, 100)
custom_minimum_size = Vector2(215, 65)
layout_mode = 1
anchors_preset = -1
anchor_left = 0.20095694
anchor_right = 0.79904306
anchor_bottom = 1.0
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -107.5
offset_right = 107.5
offset_bottom = 65.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_323rd")
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_264kt")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1folt")
@@ -149,7 +151,6 @@ theme_override_styles/hover_pressed_mirrored = SubResource("StyleBoxEmpty_s4jbd"
theme_override_styles/disabled = SubResource("StyleBoxEmpty_2ocph")
theme_override_styles/disabled_mirrored = SubResource("StyleBoxEmpty_5386i")
theme_override_styles/focus = SubResource("StyleBoxEmpty_6pmjh")
metadata/_edit_use_anchors_ = true
[node name="Texture" type="TextureRect" parent="Control/BorderlessButton" unique_id=2113335035]
layout_mode = 1
@@ -165,20 +166,15 @@ stretch_mode = 5
[node name="WindowedButton" type="Button" parent="Control" unique_id=210063143]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(250, 100)
custom_minimum_size = Vector2(215, 65)
layout_mode = 1
anchors_preset = 8
anchors_preset = 5
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -125.0
offset_top = -50.0
offset_right = 125.0
offset_bottom = 50.0
offset_left = -107.5
offset_right = 107.5
offset_bottom = 65.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_323rd")
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_264kt")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_1folt")
@@ -205,73 +201,56 @@ stretch_mode = 5
[node name="LeftArrowButton" parent="Control" unique_id=579258112 instance=ExtResource("2_c6wxr")]
unique_name_in_owner = true
custom_minimum_size = Vector2(50.5, 62)
z_index = 1
custom_minimum_size = Vector2(40, 40)
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_right = 0.0
anchor_bottom = 0.5
offset_left = 70.0
offset_top = -50.0
offset_right = 120.50005
offset_bottom = 50.0
offset_left = 15.0
offset_top = -20.0
offset_right = 55.000008
offset_bottom = 20.0
grow_vertical = 2
flip_h = true
[node name="Texture" parent="Control/LeftArrowButton" index="0" unique_id=91599097]
custom_minimum_size = Vector2(50, 62)
anchors_preset = -1
anchor_top = 0.19
anchor_right = 0.990099
anchor_bottom = 0.81
offset_top = 31.0
offset_right = -50.0
offset_bottom = -31.0
grow_horizontal = 1
custom_minimum_size = Vector2(40, 40)
expand_mode = 1
stretch_mode = 5
flip_h = true
metadata/_edit_use_anchors_ = true
[node name="RightArrowButton" parent="Control" unique_id=1429974963 instance=ExtResource("2_c6wxr")]
unique_name_in_owner = true
custom_minimum_size = Vector2(50.5, 62)
z_index = 1
custom_minimum_size = Vector2(40, 40)
layout_mode = 1
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -128.0
offset_top = -50.0
offset_right = -77.49994
offset_bottom = 50.0
offset_left = -55.0
offset_top = -20.0
offset_right = -15.0
offset_bottom = 20.0
grow_horizontal = 0
grow_vertical = 2
[node name="Texture" parent="Control/RightArrowButton" index="0" unique_id=91599097]
custom_minimum_size = Vector2(50, 62)
anchors_preset = -1
anchor_left = 0.00990099
anchor_top = 0.19
anchor_bottom = 0.81
offset_left = 50.0
offset_top = 31.0
offset_bottom = -31.0
grow_horizontal = 0
expand_mode = 1
stretch_mode = 5
metadata/_edit_use_anchors_ = true
[node name="ResolutionTexture" type="TextureRect" parent="." unique_id=12652005]
custom_minimum_size = Vector2(310, 100)
custom_minimum_size = Vector2(250, 65)
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -155.0
offset_right = 155.0
offset_bottom = 100.0
offset_left = -125.0
offset_right = 125.0
offset_bottom = 65.0
grow_horizontal = 2
texture = ExtResource("8_p62vb")
expand_mode = 1