Skip to content

Commit f79c42f

Browse files
fix: updated back button to be consistent with other UI
1 parent 65f5c63 commit f79c42f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packed_scene/user_interface/BuilderTest.tscn

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ext_resource type="Script" path="res://scripts/user_interface/builder_test.gd" id="1_xo1x5"]
44
[ext_resource type="Theme" uid="uid://d018ofb37nf7u" path="res://assets/resources/themes/default.tres" id="2_0tpta"]
5-
[ext_resource type="Texture2D" uid="uid://dlo3s5bkq7x0c" path="res://assets/ui/exit_icon.png" id="3_rvsdw"]
5+
[ext_resource type="Texture2D" uid="uid://i6hhtf1fq6e2" path="res://assets/ui/chevron_icon.png" id="3_021hd"]
66
[ext_resource type="Texture2D" uid="uid://dm1fbfmrtic6e" path="res://assets/ui/reset_icon.png" id="4_ks1t0"]
77

88
[node name="BuilderTest" type="Control"]
@@ -44,7 +44,6 @@ text = "0"
4444
[node name="BottomContainer" type="HBoxContainer" parent="MarginContainer"]
4545
unique_name_in_owner = true
4646
layout_mode = 2
47-
size_flags_horizontal = 4
4847
size_flags_vertical = 8
4948
theme_override_constants/separation = 20
5049

@@ -55,12 +54,11 @@ size_flags_vertical = 4
5554
focus_mode = 0
5655
theme = ExtResource("2_0tpta")
5756
theme_override_font_sizes/font_size = 50
58-
icon = ExtResource("3_rvsdw")
57+
icon = ExtResource("3_021hd")
5958

6059
[node name="ResetBtn" type="Button" parent="MarginContainer/BottomContainer"]
6160
layout_mode = 2
62-
size_flags_horizontal = 4
63-
size_flags_vertical = 4
61+
size_flags_horizontal = 10
6462
focus_mode = 0
6563
theme = ExtResource("2_0tpta")
6664
theme_override_font_sizes/font_size = 50

0 commit comments

Comments
 (0)