shortcuts

This commit is contained in:
2024-03-15 14:00:31 +01:00
parent 030b4125e4
commit 032832a6b0
6 changed files with 64 additions and 4 deletions
+6 -1
View File
@@ -11,7 +11,7 @@ config_version=5
[application]
config/name="pong"
run/main_scene="res://scenes/main_menu/MainMenu.tscn"
run/main_scene="res://scenes/boot_splash/BootSplash.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"
@@ -42,3 +42,8 @@ left_down={
"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":65,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
confirm={
"deadzone": 0.5,
"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":32,"physical_keycode":0,"key_label":0,"unicode":32,"echo":false,"script":null)
]
}