1234567891011121314151617181920212223242526272829303132333435363738394041 |
- [gd_scene load_steps=2 format=2]
- [ext_resource path="res://fonts/source_code_pro_explanations.tres" type="Font" id=1]
- [node name="ControlsPanel" type="Panel"]
- anchor_left = 1.0
- anchor_right = 1.0
- offset_left = -220.0
- offset_bottom = 170.0
- __meta__ = {
- "_edit_use_anchors_": false
- }
- [node name="Keys" type="Label" parent="."]
- anchor_right = 1.0
- anchor_bottom = 1.0
- offset_left = 10.0
- offset_top = 10.0
- offset_right = -10.0
- offset_bottom = -10.0
- custom_fonts/font = ExtResource( 1 )
- text = "Shoot:
- Attack:
- Stagger:
- Jump:
- Sprint:"
- [node name="Keys2" type="Label" parent="."]
- anchor_right = 1.0
- anchor_bottom = 1.0
- offset_left = 10.0
- offset_top = 10.0
- offset_right = -10.0
- offset_bottom = -10.0
- custom_fonts/font = ExtResource( 1 )
- text = "R
- F
- X
- Space
- Shift"
- align = 2
|