ControlsPanel.tscn 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://debug/top_level_ui.gd" type="Script" id=1]
  3. [ext_resource path="res://fonts/source_code_pro_explanations.tres" type="DynamicFont" id=2]
  4. [node name="ControlsPanel" type="Panel" index="0"]
  5. anchor_left = 1.0
  6. anchor_top = 0.0
  7. anchor_right = 1.0
  8. anchor_bottom = 0.0
  9. margin_left = -220.0
  10. margin_bottom = 170.0
  11. rect_pivot_offset = Vector2( 0, 0 )
  12. rect_clip_content = false
  13. mouse_filter = 0
  14. mouse_default_cursor_shape = 0
  15. size_flags_horizontal = 1
  16. size_flags_vertical = 1
  17. script = ExtResource( 1 )
  18. [node name="Keys" type="Label" parent="." index="0"]
  19. anchor_left = 0.0
  20. anchor_top = 0.0
  21. anchor_right = 1.0
  22. anchor_bottom = 1.0
  23. margin_left = 10.0
  24. margin_top = 10.0
  25. margin_right = -10.0
  26. margin_bottom = -10.0
  27. rect_pivot_offset = Vector2( 0, 0 )
  28. rect_clip_content = false
  29. mouse_filter = 2
  30. mouse_default_cursor_shape = 0
  31. size_flags_horizontal = 1
  32. size_flags_vertical = 4
  33. custom_fonts/font = ExtResource( 2 )
  34. text = "Shoot:
  35. Attack:
  36. Stagger:
  37. Jump:
  38. Sprint:"
  39. percent_visible = 1.0
  40. lines_skipped = 0
  41. max_lines_visible = -1
  42. _sections_unfolded = [ "BBCode", "custom_fonts" ]
  43. [node name="Keys2" type="Label" parent="." index="1"]
  44. anchor_left = 0.0
  45. anchor_top = 0.0
  46. anchor_right = 1.0
  47. anchor_bottom = 1.0
  48. margin_left = 10.0
  49. margin_top = 10.0
  50. margin_right = -10.0
  51. margin_bottom = -10.0
  52. rect_pivot_offset = Vector2( 0, 0 )
  53. rect_clip_content = false
  54. mouse_filter = 2
  55. mouse_default_cursor_shape = 0
  56. size_flags_horizontal = 1
  57. size_flags_vertical = 4
  58. custom_fonts/font = ExtResource( 2 )
  59. text = "R
  60. F
  61. X
  62. Space
  63. Shift"
  64. align = 2
  65. percent_visible = 1.0
  66. lines_skipped = 0
  67. max_lines_visible = -1
  68. _sections_unfolded = [ "BBCode", "custom_fonts" ]