summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorMarcelo Costa <marcardion@gmail.com>2024-01-26 23:34:36 -0300
committerMarcelo Costa <marcardion@gmail.com>2024-01-26 23:34:36 -0300
commit2fa482cf3897c02df21e2c6e5ff343f41043037e (patch)
tree59506e4d11ae681cd565d88268b23abf7036ca10 /project.godot
parent90516f3b2ab37e799baa389f3aaa985aeda07ba5 (diff)
downloadgamejam-ggj-2024-2fa482cf3897c02df21e2c6e5ff343f41043037e.tar.gz
gamejam-ggj-2024-2fa482cf3897c02df21e2c6e5ff343f41043037e.tar.bz2
gamejam-ggj-2024-2fa482cf3897c02df21e2c6e5ff343f41043037e.zip
Starting HeartBreak Microgame
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot27
1 files changed, 27 insertions, 0 deletions
diff --git a/project.godot b/project.godot
index 0f4f25c..9ef6cbd 100644
--- a/project.godot
+++ b/project.godot
@@ -16,3 +16,30 @@ config/features=PackedStringArray("4.2")
[display]
window/stretch/mode="viewport"
+
+[input]
+
+Left={
+"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":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"echo":false,"script":null)
+, 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":65,"key_label":0,"unicode":97,"echo":false,"script":null)
+]
+}
+Right={
+"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":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"echo":false,"script":null)
+, 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":68,"key_label":0,"unicode":100,"echo":false,"script":null)
+]
+}
+Up={
+"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":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"echo":false,"script":null)
+, 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":87,"key_label":0,"unicode":119,"echo":false,"script":null)
+]
+}
+Down={
+"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":0,"physical_keycode":83,"key_label":0,"unicode":115,"echo":false,"script":null)
+, 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":4194322,"key_label":0,"unicode":0,"echo":false,"script":null)
+]
+}