611 lines
14 KiB
Plaintext
611 lines
14 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://controls.gd" type="Script" id=1]
|
|
[ext_resource path="res://fonts/TitleFont.tres" type="DynamicFont" id=2]
|
|
[ext_resource path="res://fonts/Gamer.ttf" type="DynamicFontData" id=3]
|
|
[ext_resource path="res://fonts/ButtonFont.tres" type="DynamicFont" id=4]
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
|
|
size = 20
|
|
use_mipmaps = true
|
|
use_filter = false
|
|
extra_spacing_top = -4
|
|
extra_spacing_bottom = -4
|
|
font_data = ExtResource( 3 )
|
|
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]
|
|
|
|
[node name="controls_ui" type="Control"]
|
|
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -30.0
|
|
margin_top = 10.0
|
|
margin_right = 10.0
|
|
margin_bottom = 50.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"__editor_plugin_screen__": "2D"
|
|
}
|
|
|
|
[node name="pause" type="Label" parent="." index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = -40.0
|
|
margin_top = -150.0
|
|
margin_right = 110.0
|
|
margin_bottom = -111.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
custom_colors/font_color = Color( 0.443137, 0.709804, 0.819608, 0.533333 )
|
|
custom_colors/font_color_shadow = Color( 1, 1, 1, 0.0968627 )
|
|
text = "PAUSE"
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
_sections_unfolded = [ "custom_colors", "custom_fonts" ]
|
|
|
|
[node name="bindings" type="Control" parent="." index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = -190.0
|
|
margin_top = -130.0
|
|
margin_right = -150.0
|
|
margin_bottom = -90.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="move_left" type="Control" parent="bindings" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 50.0
|
|
margin_top = 50.0
|
|
margin_right = 90.0
|
|
margin_bottom = 90.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="bindings/move_left" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 69.0
|
|
margin_bottom = 29.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0.752941, 0.921569, 0.988235, 1 )
|
|
text = "move
|
|
left"
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
_sections_unfolded = [ "Rect", "custom_fonts" ]
|
|
|
|
[node name="Button" type="Button" parent="bindings/move_left" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 80.0
|
|
margin_right = 155.0
|
|
margin_bottom = 37.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = ExtResource( 4 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
flat = false
|
|
align = 1
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="move_right" type="Control" parent="bindings" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 226.0
|
|
margin_top = 51.0
|
|
margin_right = 266.0
|
|
margin_bottom = 91.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="bindings/move_right" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 5.0
|
|
margin_top = -1.0
|
|
margin_right = 80.0
|
|
margin_bottom = 31.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0.752941, 0.921569, 0.988235, 1 )
|
|
text = "move
|
|
right"
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="Button" type="Button" parent="bindings/move_right" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 84.0
|
|
margin_top = -1.0
|
|
margin_right = 159.0
|
|
margin_bottom = 36.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = ExtResource( 4 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
flat = false
|
|
align = 1
|
|
|
|
[node name="rotate_clockwise" type="Control" parent="bindings" index="2"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 50.0
|
|
margin_top = 100.0
|
|
margin_right = 90.0
|
|
margin_bottom = 140.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="bindings/rotate_clockwise" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 118.0
|
|
margin_bottom = 32.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0.752941, 0.921569, 0.988235, 1 )
|
|
text = "rotate
|
|
clockwise"
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="Button" type="Button" parent="bindings/rotate_clockwise" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 80.0
|
|
margin_right = 155.0
|
|
margin_bottom = 37.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = ExtResource( 4 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
flat = false
|
|
align = 1
|
|
_sections_unfolded = [ "custom_fonts" ]
|
|
|
|
[node name="rotate_counterclockwise" type="Control" parent="bindings" index="3"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 226.0
|
|
margin_top = 101.0
|
|
margin_right = 266.0
|
|
margin_bottom = 141.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="bindings/rotate_counterclockwise" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 5.0
|
|
margin_top = -2.0
|
|
margin_right = 177.0
|
|
margin_bottom = 37.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0.752941, 0.921569, 0.988235, 1 )
|
|
text = "rotate
|
|
counter
|
|
clockwise"
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="Button" type="Button" parent="bindings/rotate_counterclockwise" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 84.0
|
|
margin_top = -1.0
|
|
margin_right = 159.0
|
|
margin_bottom = 36.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = ExtResource( 4 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
flat = false
|
|
align = 1
|
|
_sections_unfolded = [ "Rect" ]
|
|
|
|
[node name="soft_drop" type="Control" parent="bindings" index="4"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 50.0
|
|
margin_top = 150.0
|
|
margin_right = 90.0
|
|
margin_bottom = 190.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="bindings/soft_drop" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 66.0
|
|
margin_bottom = 32.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0.752941, 0.921569, 0.988235, 1 )
|
|
text = "soft
|
|
drop"
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="Button" type="Button" parent="bindings/soft_drop" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 80.0
|
|
margin_right = 155.0
|
|
margin_bottom = 37.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = ExtResource( 4 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
flat = false
|
|
align = 1
|
|
|
|
[node name="hard_drop" type="Control" parent="bindings" index="5"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 226.0
|
|
margin_top = 151.0
|
|
margin_right = 266.0
|
|
margin_bottom = 191.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="bindings/hard_drop" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 5.0
|
|
margin_top = -1.0
|
|
margin_right = 75.0
|
|
margin_bottom = 31.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0.752941, 0.921569, 0.988235, 1 )
|
|
text = "hard
|
|
drop"
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="Button" type="Button" parent="bindings/hard_drop" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 84.0
|
|
margin_top = -1.0
|
|
margin_right = 159.0
|
|
margin_bottom = 36.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = ExtResource( 4 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
flat = false
|
|
align = 1
|
|
|
|
[node name="hold" type="Control" parent="bindings" index="6"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 50.0
|
|
margin_top = 200.0
|
|
margin_right = 90.0
|
|
margin_bottom = 240.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="bindings/hold" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_right = 55.0
|
|
margin_bottom = 40.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0.752941, 0.921569, 0.988235, 1 )
|
|
text = "hold"
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="Button" type="Button" parent="bindings/hold" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 80.0
|
|
margin_right = 155.0
|
|
margin_bottom = 37.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = ExtResource( 4 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
flat = false
|
|
align = 1
|
|
|
|
[node name="pause" type="Control" parent="bindings" index="7"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 226.0
|
|
margin_top = 201.0
|
|
margin_right = 266.0
|
|
margin_bottom = 241.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="bindings/pause" index="0"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 5.0
|
|
margin_top = 3.0
|
|
margin_right = 106.0
|
|
margin_bottom = 35.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
mouse_filter = 2
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 0
|
|
custom_fonts/font = SubResource( 2 )
|
|
custom_colors/font_color = Color( 0.752941, 0.921569, 0.988235, 1 )
|
|
text = "pause
|
|
resume"
|
|
valign = 1
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
_sections_unfolded = [ "custom_fonts" ]
|
|
|
|
[node name="Button" type="Button" parent="bindings/pause" index="1"]
|
|
|
|
anchor_left = 0.0
|
|
anchor_top = 0.0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 84.0
|
|
margin_top = -1.0
|
|
margin_right = 159.0
|
|
margin_bottom = 36.0
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
rect_clip_content = false
|
|
focus_mode = 2
|
|
mouse_filter = 0
|
|
mouse_default_cursor_shape = 0
|
|
size_flags_horizontal = 2
|
|
size_flags_vertical = 2
|
|
custom_fonts/font = ExtResource( 4 )
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
group = null
|
|
flat = false
|
|
align = 1
|
|
|
|
|