StatesStackDiplayer.tscn 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://debug/states_stack_displayer.gd" type="Script" id=1]
  3. [ext_resource path="res://fonts/SourceCodePro-Bold.ttf" type="DynamicFontData" id=2]
  4. [sub_resource type="DynamicFont" id=1]
  5. size = 20
  6. use_mipmaps = false
  7. use_filter = true
  8. font_data = ExtResource( 2 )
  9. _sections_unfolded = [ "Font", "Settings" ]
  10. [node name="StatesStackDiplayer" type="Panel"]
  11. anchor_left = 0.0
  12. anchor_top = 0.0
  13. anchor_right = 0.0
  14. anchor_bottom = 0.0
  15. margin_right = 210.0
  16. margin_bottom = 170.0
  17. rect_pivot_offset = Vector2( 0, 0 )
  18. rect_clip_content = false
  19. mouse_filter = 0
  20. mouse_default_cursor_shape = 0
  21. size_flags_horizontal = 1
  22. size_flags_vertical = 1
  23. script = ExtResource( 1 )
  24. __meta__ = {
  25. "_edit_group_": true
  26. }
  27. [node name="Title" type="Label" parent="." index="0"]
  28. anchor_left = 0.5
  29. anchor_top = 0.0
  30. anchor_right = 0.5
  31. anchor_bottom = 0.0
  32. margin_left = -105.0
  33. margin_right = 105.0
  34. margin_bottom = 40.0
  35. rect_pivot_offset = Vector2( 0, 0 )
  36. rect_clip_content = false
  37. mouse_filter = 2
  38. mouse_default_cursor_shape = 0
  39. size_flags_horizontal = 1
  40. size_flags_vertical = 4
  41. custom_fonts/font = SubResource( 1 )
  42. text = "Pushown"
  43. align = 1
  44. valign = 1
  45. uppercase = true
  46. percent_visible = 1.0
  47. lines_skipped = 0
  48. max_lines_visible = -1
  49. _sections_unfolded = [ "custom_fonts" ]
  50. [node name="States" type="Label" parent="." index="1"]
  51. anchor_left = 0.0
  52. anchor_top = 0.0
  53. anchor_right = 0.0
  54. anchor_bottom = 0.0
  55. margin_left = 20.0
  56. margin_top = 50.0
  57. margin_right = 190.0
  58. margin_bottom = 170.0
  59. rect_pivot_offset = Vector2( 0, 0 )
  60. rect_clip_content = false
  61. mouse_filter = 2
  62. mouse_default_cursor_shape = 0
  63. size_flags_horizontal = 1
  64. size_flags_vertical = 4
  65. custom_fonts/font = SubResource( 1 )
  66. text = "Jump
  67. Test"
  68. align = 1
  69. percent_visible = 1.0
  70. lines_skipped = 0
  71. max_lines_visible = -1
  72. _sections_unfolded = [ "custom_fonts" ]
  73. [node name="Numbers" type="Label" parent="." index="2"]
  74. anchor_left = 0.0
  75. anchor_top = 0.0
  76. anchor_right = 0.0
  77. anchor_bottom = 0.0
  78. margin_left = 20.0
  79. margin_top = 50.0
  80. margin_right = 190.0
  81. margin_bottom = 170.0
  82. rect_pivot_offset = Vector2( 0, 0 )
  83. rect_clip_content = false
  84. mouse_filter = 2
  85. mouse_default_cursor_shape = 0
  86. size_flags_horizontal = 1
  87. size_flags_vertical = 4
  88. custom_fonts/font = SubResource( 1 )
  89. text = "1.
  90. 2."
  91. percent_visible = 1.0
  92. lines_skipped = 0
  93. max_lines_visible = -1
  94. _sections_unfolded = [ "custom_fonts" ]