ControlsPanel.tscn 727 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene format=3 uid="uid://bq6rrfy53rfvo"]
  2. [node name="ControlsPanel" type="Panel"]
  3. anchors_preset = 1
  4. anchor_left = 1.0
  5. anchor_right = 1.0
  6. offset_left = -150.0
  7. offset_bottom = 171.0
  8. grow_horizontal = 0
  9. [node name="HBoxContainer" type="HBoxContainer" parent="."]
  10. layout_mode = 1
  11. anchors_preset = 8
  12. anchor_left = 0.5
  13. anchor_top = 0.5
  14. anchor_right = 0.5
  15. anchor_bottom = 0.5
  16. offset_left = -56.5
  17. offset_top = -65.0
  18. offset_right = 56.5
  19. offset_bottom = 65.0
  20. grow_horizontal = 2
  21. grow_vertical = 2
  22. [node name="Actions" type="Label" parent="HBoxContainer"]
  23. layout_mode = 2
  24. text = "Move:
  25. Shoot:
  26. Attack:
  27. Stagger:
  28. Jump:
  29. Sprint:"
  30. [node name="Keys" type="Label" parent="HBoxContainer"]
  31. layout_mode = 2
  32. text = "WASD
  33. R
  34. F
  35. X
  36. Space
  37. Shift"