ControlsPanel.tscn 769 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://fonts/source_code_pro_explanations.tres" type="Font" id=1]
  3. [node name="ControlsPanel" type="Panel"]
  4. anchor_left = 1.0
  5. anchor_right = 1.0
  6. offset_left = -220.0
  7. offset_bottom = 170.0
  8. __meta__ = {
  9. "_edit_use_anchors_": false
  10. }
  11. [node name="Keys" type="Label" parent="."]
  12. anchor_right = 1.0
  13. anchor_bottom = 1.0
  14. offset_left = 10.0
  15. offset_top = 10.0
  16. offset_right = -10.0
  17. offset_bottom = -10.0
  18. custom_fonts/font = ExtResource( 1 )
  19. text = "Shoot:
  20. Attack:
  21. Stagger:
  22. Jump:
  23. Sprint:"
  24. [node name="Keys2" type="Label" parent="."]
  25. anchor_right = 1.0
  26. anchor_bottom = 1.0
  27. offset_left = 10.0
  28. offset_top = 10.0
  29. offset_right = -10.0
  30. offset_bottom = -10.0
  31. custom_fonts/font = ExtResource( 1 )
  32. text = "R
  33. F
  34. X
  35. Space
  36. Shift"
  37. align = 2