Browse Source

:wrench: Add shortcuts to title screen

- Start / space : start game
- Escape : quit
DricomDragon 1 year ago
parent
commit
c9cabe72cf

+ 11 - 0
godot/component/ui/title/title_screen.gd

@@ -0,0 +1,11 @@
+extends VSplitContainer
+
+
+
+
+func _on_start_button_pressed():
+	print("start")
+
+
+func _on_quit_button_pressed():
+	print("quit")

+ 21 - 1
godot/component/ui/title/title_screen.tscn

@@ -1,4 +1,18 @@
-[gd_scene format=3 uid="uid://uy3pgfv4q3iy"]
+[gd_scene load_steps=6 format=3 uid="uid://uy3pgfv4q3iy"]
+
+[ext_resource type="Script" path="res://component/ui/title/title_screen.gd" id="1_es6s3"]
+
+[sub_resource type="InputEventAction" id="InputEventAction_4kp4o"]
+action = &"ui_accept"
+
+[sub_resource type="Shortcut" id="Shortcut_2uvkc"]
+events = [SubResource("InputEventAction_4kp4o")]
+
+[sub_resource type="InputEventAction" id="InputEventAction_ucj0l"]
+action = &"ui_cancel"
+
+[sub_resource type="Shortcut" id="Shortcut_2elwo"]
+events = [SubResource("InputEventAction_ucj0l")]
 
 [node name="TitleScreen" type="VSplitContainer"]
 anchors_preset = 15
@@ -7,6 +21,7 @@ anchor_bottom = 1.0
 grow_horizontal = 2
 grow_vertical = 2
 size_flags_horizontal = 4
+script = ExtResource("1_es6s3")
 
 [node name="Title" type="Label" parent="."]
 layout_mode = 2
@@ -23,9 +38,14 @@ size_flags_vertical = 4
 [node name="StartButton" type="Button" parent="Buttons"]
 layout_mode = 2
 theme_override_font_sizes/font_size = 33
+shortcut = SubResource("Shortcut_2uvkc")
 text = "Start new game"
 
 [node name="QuitButton" type="Button" parent="Buttons"]
 layout_mode = 2
 theme_override_font_sizes/font_size = 33
+shortcut = SubResource("Shortcut_2elwo")
 text = "Quit"
+
+[connection signal="pressed" from="Buttons/StartButton" to="." method="_on_start_button_pressed"]
+[connection signal="pressed" from="Buttons/QuitButton" to="." method="_on_quit_button_pressed"]

+ 14 - 0
godot/project.godot

@@ -21,6 +21,20 @@ config/icon="res://icon.png"
 
 [input]
 
+ui_accept={
+"deadzone": 0.5,
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194309,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
+, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194310,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
+, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"key_label":0,"unicode":32,"echo":false,"script":null)
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":6,"pressure":0.0,"pressed":true,"script":null)
+]
+}
+ui_select={
+"deadzone": 0.5,
+"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"key_label":0,"unicode":32,"echo":false,"script":null)
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
+]
+}
 move_left={
 "deadzone": 0.2,
 "events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"echo":false,"script":null)