Files
2017-09-24 16:58:38 +02:00

252 lines
5.2 KiB
Plaintext

[gd_scene load_steps=2 format=1]
[ext_resource path="res://controls.gd" type="Script" id=1]
[node name="controls_ui" type="Control"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 0.0
margin/top = 0.0
margin/right = 40.0
margin/bottom = 40.0
script/script = ExtResource( 1 )
__meta__ = {
"__editor_plugin_screen__": "2D"
}
[node name="contextual_help" type="Label" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 100.0
margin/top = 50.0
margin/right = 465.0
margin/bottom = 89.0
text = "Click on a key binding to reassign it, or press the Cancel action."
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="bindings" type="Control" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 50.0
margin/top = 50.0
margin/right = 90.0
margin/bottom = 90.0
[node name="move_up" type="Control" parent="bindings"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 50.0
margin/top = 50.0
margin/right = 90.0
margin/bottom = 90.0
[node name="Label" type="Label" parent="bindings/move_up"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 5.0
margin/top = 8.0
margin/right = 45.0
margin/bottom = 21.0
text = "Up"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="Button" type="Button" parent="bindings/move_up"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 84.0
margin/top = -1.0
margin/right = 144.0
margin/bottom = 29.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
flat = false
[node name="move_down" type="Control" parent="bindings"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 50.0
margin/top = 100.0
margin/right = 90.0
margin/bottom = 140.0
[node name="Label" type="Label" parent="bindings/move_down"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 5.0
margin/top = 8.0
margin/right = 45.0
margin/bottom = 21.0
text = "Down"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="Button" type="Button" parent="bindings/move_down"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 84.0
margin/top = -1.0
margin/right = 144.0
margin/bottom = 29.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
flat = false
[node name="move_left" type="Control" parent="bindings"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 50.0
margin/top = 150.0
margin/right = 90.0
margin/bottom = 190.0
[node name="Label" type="Label" parent="bindings/move_left"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 5.0
margin/top = 8.0
margin/right = 45.0
margin/bottom = 21.0
text = "Left"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="Button" type="Button" parent="bindings/move_left"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 84.0
margin/top = -1.0
margin/right = 144.0
margin/bottom = 29.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
flat = false
[node name="move_right" type="Control" parent="bindings"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 50.0
margin/top = 200.0
margin/right = 90.0
margin/bottom = 240.0
[node name="Label" type="Label" parent="bindings/move_right"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 5.0
margin/top = 8.0
margin/right = 45.0
margin/bottom = 21.0
text = "Right"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="Button" type="Button" parent="bindings/move_right"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 84.0
margin/top = -1.0
margin/right = 144.0
margin/bottom = 29.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
flat = false
[node name="jump" type="Control" parent="bindings"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 50.0
margin/top = 250.0
margin/right = 90.0
margin/bottom = 290.0
[node name="Label" type="Label" parent="bindings/jump"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 5.0
margin/top = 8.0
margin/right = 45.0
margin/bottom = 21.0
text = "Jump"
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="Button" type="Button" parent="bindings/jump"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 84.0
margin/top = -1.0
margin/right = 144.0
margin/bottom = 29.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
flat = false