123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- [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
|