StatesStackDiplayer.tscn 923 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [gd_scene load_steps=2 format=3 uid="uid://cvi13chv8g4hj"]
  2. [ext_resource type="Script" path="res://debug/states_stack_displayer.gd" id="1"]
  3. [node name="StatesStackDiplayer" type="Panel"]
  4. offset_right = 210.0
  5. offset_bottom = 170.0
  6. script = ExtResource("1")
  7. [node name="VBoxContainer" type="VBoxContainer" parent="."]
  8. layout_mode = 1
  9. anchors_preset = 15
  10. anchor_right = 1.0
  11. anchor_bottom = 1.0
  12. grow_horizontal = 2
  13. grow_vertical = 2
  14. [node name="Title" type="Label" parent="VBoxContainer"]
  15. layout_mode = 2
  16. text = "StateStack"
  17. uppercase = true
  18. [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
  19. layout_mode = 2
  20. [node name="Numbers" type="Label" parent="VBoxContainer/HBoxContainer"]
  21. unique_name_in_owner = true
  22. layout_mode = 2
  23. text = "1.
  24. 2."
  25. horizontal_alignment = 2
  26. [node name="States" type="Label" parent="VBoxContainer/HBoxContainer"]
  27. unique_name_in_owner = true
  28. layout_mode = 2
  29. text = "Jump
  30. Test"