ControlsPanel.tscn 776 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://fonts/source_code_pro_explanations.tres" type="DynamicFont" id=1]
  3. [node name="ControlsPanel" type="Panel"]
  4. anchor_left = 1.0
  5. anchor_right = 1.0
  6. margin_left = -220.0
  7. margin_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. margin_left = 10.0
  15. margin_top = 10.0
  16. margin_right = -10.0
  17. margin_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. margin_left = 10.0
  28. margin_top = 10.0
  29. margin_right = -10.0
  30. margin_bottom = -10.0
  31. custom_fonts/font = ExtResource( 1 )
  32. text = "R
  33. F
  34. X
  35. Space
  36. Shift"
  37. align = 2