|
@@ -1,6 +1,7 @@
|
|
|
-[gd_scene load_steps=2 format=3 uid="uid://cvi13chv8g4hj"]
|
|
|
+[gd_scene load_steps=3 format=3 uid="uid://cvi13chv8g4hj"]
|
|
|
|
|
|
[ext_resource type="Script" path="res://debug/states_stack_displayer.gd" id="1"]
|
|
|
+[ext_resource type="FontFile" uid="uid://b5bspum6ffekd" path="res://fonts/SourceCodePro-Bold.ttf" id="2_58if7"]
|
|
|
|
|
|
[node name="StatesStackDiplayer" type="Panel"]
|
|
|
offset_right = 210.0
|
|
@@ -17,6 +18,7 @@ grow_vertical = 2
|
|
|
|
|
|
[node name="Title" type="Label" parent="VBoxContainer"]
|
|
|
layout_mode = 2
|
|
|
+theme_override_fonts/font = ExtResource("2_58if7")
|
|
|
text = "StateStack"
|
|
|
uppercase = true
|
|
|
|
|
@@ -26,6 +28,7 @@ layout_mode = 2
|
|
|
[node name="Numbers" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
|
unique_name_in_owner = true
|
|
|
layout_mode = 2
|
|
|
+theme_override_fonts/font = ExtResource("2_58if7")
|
|
|
text = "1.
|
|
|
2."
|
|
|
horizontal_alignment = 2
|
|
@@ -33,5 +36,6 @@ horizontal_alignment = 2
|
|
|
[node name="States" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
|
unique_name_in_owner = true
|
|
|
layout_mode = 2
|
|
|
+theme_override_fonts/font = ExtResource("2_58if7")
|
|
|
text = "Jump
|
|
|
Test"
|