12345678910111213141516171819202122232425262728293031323334353637 |
- [gd_scene load_steps=2 format=3 uid="uid://cvi13chv8g4hj"]
- [ext_resource type="Script" path="res://debug/states_stack_displayer.gd" id="1"]
- [node name="StatesStackDiplayer" type="Panel"]
- offset_right = 210.0
- offset_bottom = 170.0
- script = ExtResource("1")
- [node name="VBoxContainer" type="VBoxContainer" parent="."]
- layout_mode = 1
- anchors_preset = 15
- anchor_right = 1.0
- anchor_bottom = 1.0
- grow_horizontal = 2
- grow_vertical = 2
- [node name="Title" type="Label" parent="VBoxContainer"]
- layout_mode = 2
- text = "StateStack"
- uppercase = true
- [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
- layout_mode = 2
- [node name="Numbers" type="Label" parent="VBoxContainer/HBoxContainer"]
- unique_name_in_owner = true
- layout_mode = 2
- text = "1.
- 2."
- horizontal_alignment = 2
- [node name="States" type="Label" parent="VBoxContainer/HBoxContainer"]
- unique_name_in_owner = true
- layout_mode = 2
- text = "Jump
- Test"
|