a game about throwing hammers made for the github game off
upgrade @bendn/remap to 4.2.0
| -rw-r--r-- | godot.lock | 4 | ||||
| -rw-r--r-- | godot.package | 2 | ||||
| -rw-r--r-- | ui/keybinds.tscn | 36 |
3 files changed, 36 insertions, 6 deletions
@@ -1,6 +1,6 @@ { "@bendn/remap": { - "version": "4.1.4", - "integrity": "sha512-IlGcorFMwtOF+Euo/T63IOnnwFOILT1PxI10n9B/2XSVpVZqv8Ztwtv9OGsNZxLJjOjJ/MESTxvaZTHw1piSgg==" + "version": "4.2.0", + "integrity": "sha512-ce6itKgaxdYEwTy3L7j6DARFJWOu345A/SarvycreDme0MRPyp388xdKtjG1XGELJb3vwmWhRzZOGDiAqZvFvQ==" } }
\ No newline at end of file diff --git a/godot.package b/godot.package index ac6a73d..1469413 100644 --- a/godot.package +++ b/godot.package @@ -1,6 +1,6 @@ { "name": "hammer_space", "packages": { - "@bendn/remap": "4.1.4" + "@bendn/remap": "4.2.0" } }
\ No newline at end of file diff --git a/ui/keybinds.tscn b/ui/keybinds.tscn index a79b0de..7e6f7e5 100644 --- a/ui/keybinds.tscn +++ b/ui/keybinds.tscn @@ -50,6 +50,7 @@ script = ExtResource("1_f036x") focus = NodePath("Scroll/V/left") [node name="Panel" type="Panel" parent="."] +layout_mode = 2 offset_left = 10.0 offset_top = 10.0 offset_right = 310.0 @@ -58,6 +59,7 @@ mouse_filter = 2 theme_override_styles/panel = ExtResource("1_wrc13") [node name="Scroll" type="ScrollContainer" parent="."] +layout_mode = 2 offset_left = 10.0 offset_top = 10.0 offset_right = 310.0 @@ -71,6 +73,7 @@ vertical_scroll_mode = 3 [node name="V" type="VBoxContainer" parent="Scroll"] show_behind_parent = true +layout_mode = 2 offset_left = 15.0 offset_top = 15.0 offset_right = 285.0 @@ -84,18 +87,20 @@ font_size = 15 [node name="bbar" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true +layout_mode = 2 offset_right = 270.0 offset_bottom = 36.0 [node name="space3" type="Control" parent="Scroll/V/bbar"] custom_minimum_size = Vector2(20, 0) -layout_mode = 3 +layout_mode = 2 anchors_preset = 0 offset_right = 20.0 offset_bottom = 36.0 [node name="reset" type="Button" parent="Scroll/V/bbar"] show_behind_parent = true +layout_mode = 2 offset_left = 24.0 offset_right = 79.0 offset_bottom = 36.0 @@ -107,7 +112,7 @@ text = "reset" script = SubResource("GDScript_dodrb") [node name="space" type="Control" parent="Scroll/V/bbar"] -layout_mode = 3 +layout_mode = 2 anchors_preset = 0 offset_left = 83.0 offset_right = 190.0 @@ -115,12 +120,13 @@ offset_bottom = 36.0 size_flags_horizontal = 3 [node name="exit" parent="Scroll/V/bbar" instance=ExtResource("5_w2is5")] +layout_mode = 2 focus_neighbor_left = NodePath("../reset") focus_neighbor_right = NodePath("../reset") [node name="space2" type="Control" parent="Scroll/V/bbar"] custom_minimum_size = Vector2(40, 0) -layout_mode = 3 +layout_mode = 2 anchors_preset = 0 offset_left = 230.0 offset_right = 270.0 @@ -129,6 +135,7 @@ offset_bottom = 36.0 [node name="left" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true custom_minimum_size = Vector2(42, 42) +layout_mode = 2 offset_top = 40.0 offset_right = 270.0 offset_bottom = 82.0 @@ -137,10 +144,13 @@ prompt_text = "[push button]" _name = "left" action = "left" icon_size = Vector2(35, 35) +font_size = 22 +device = -1 [node name="right" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true custom_minimum_size = Vector2(42, 42) +layout_mode = 2 offset_top = 86.0 offset_right = 270.0 offset_bottom = 128.0 @@ -149,10 +159,13 @@ prompt_text = "[push button]" _name = "right" action = "right" icon_size = Vector2(35, 35) +font_size = 22 +device = -1 [node name="up" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true custom_minimum_size = Vector2(42, 42) +layout_mode = 2 offset_top = 132.0 offset_right = 270.0 offset_bottom = 174.0 @@ -161,10 +174,13 @@ prompt_text = "[push button]" _name = "up" action = "up" icon_size = Vector2(35, 35) +font_size = 22 +device = -1 [node name="down" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true custom_minimum_size = Vector2(42, 42) +layout_mode = 2 offset_top = 178.0 offset_right = 270.0 offset_bottom = 220.0 @@ -173,10 +189,13 @@ prompt_text = "[push button]" _name = "down" action = "down" icon_size = Vector2(35, 35) +font_size = 22 +device = -1 [node name="jump" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true custom_minimum_size = Vector2(42, 42) +layout_mode = 2 offset_top = 224.0 offset_right = 270.0 offset_bottom = 266.0 @@ -185,10 +204,13 @@ prompt_text = "[push button]" _name = "jump" action = "jump" icon_size = Vector2(35, 35) +font_size = 22 +device = -1 [node name="fall" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true custom_minimum_size = Vector2(42, 42) +layout_mode = 2 offset_top = 270.0 offset_right = 270.0 offset_bottom = 312.0 @@ -197,10 +219,13 @@ prompt_text = "[push button]" _name = "fall" action = "fall" icon_size = Vector2(35, 35) +font_size = 22 +device = -1 [node name="throw" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true custom_minimum_size = Vector2(42, 42) +layout_mode = 2 offset_top = 316.0 offset_right = 270.0 offset_bottom = 358.0 @@ -209,10 +234,13 @@ prompt_text = "[push button]" _name = "throw" action = "throw" icon_size = Vector2(35, 35) +font_size = 22 +device = -1 [node name="pickup" type="HBoxContainer" parent="Scroll/V"] show_behind_parent = true custom_minimum_size = Vector2(42, 42) +layout_mode = 2 offset_top = 362.0 offset_right = 270.0 offset_bottom = 404.0 @@ -221,6 +249,8 @@ prompt_text = "[push button]" _name = "grab" action = "pickup" icon_size = Vector2(35, 35) +font_size = 22 +device = -1 [connection signal="pressed" from="Scroll/V/bbar/reset" to="Scroll/V" method="_on_reset_pressed"] [connection signal="pressed" from="Scroll/V/bbar/exit" to="." method="exit"] |