1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- [gd_scene load_steps=3 format=2]
- [ext_resource path="res://debug/top_level_ui.gd" type="Script" id=1]
- [ext_resource path="res://fonts/source_code_pro_explanations.tres" type="DynamicFont" id=2]
- [node name="ControlsPanel" type="Panel" index="0"]
- anchor_left = 1.0
- anchor_top = 0.0
- anchor_right = 1.0
- anchor_bottom = 0.0
- margin_left = -220.0
- margin_bottom = 170.0
- rect_pivot_offset = Vector2( 0, 0 )
- rect_clip_content = false
- mouse_filter = 0
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 1
- script = ExtResource( 1 )
- [node name="Keys" type="Label" parent="." index="0"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 1.0
- anchor_bottom = 1.0
- margin_left = 10.0
- margin_top = 10.0
- margin_right = -10.0
- margin_bottom = -10.0
- rect_pivot_offset = Vector2( 0, 0 )
- rect_clip_content = false
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 4
- custom_fonts/font = ExtResource( 2 )
- text = "Shoot:
- Attack:
- Stagger:
- Jump:
- Sprint:"
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- _sections_unfolded = [ "BBCode", "custom_fonts" ]
- [node name="Keys2" type="Label" parent="." index="1"]
- anchor_left = 0.0
- anchor_top = 0.0
- anchor_right = 1.0
- anchor_bottom = 1.0
- margin_left = 10.0
- margin_top = 10.0
- margin_right = -10.0
- margin_bottom = -10.0
- rect_pivot_offset = Vector2( 0, 0 )
- rect_clip_content = false
- mouse_filter = 2
- mouse_default_cursor_shape = 0
- size_flags_horizontal = 1
- size_flags_vertical = 4
- custom_fonts/font = ExtResource( 2 )
- text = "R
- F
- X
- Space
- Shift"
- align = 2
- percent_visible = 1.0
- lines_skipped = 0
- max_lines_visible = -1
- _sections_unfolded = [ "BBCode", "custom_fonts" ]
|