diff options
author | Marcelo Costa <marcardion@gmail.com> | 2024-01-26 23:38:10 -0300 |
---|---|---|
committer | Marcelo Costa <marcardion@gmail.com> | 2024-01-26 23:38:10 -0300 |
commit | d23ec4f11ffec4892d18ed07f360ed45b0c52dbc (patch) | |
tree | 5b020345fe4dabfad25bed12fa455840899dad31 /project.godot | |
parent | 2fa482cf3897c02df21e2c6e5ff343f41043037e (diff) | |
download | gamejam-ggj-2024-d23ec4f11ffec4892d18ed07f360ed45b0c52dbc.tar.gz gamejam-ggj-2024-d23ec4f11ffec4892d18ed07f360ed45b0c52dbc.tar.bz2 gamejam-ggj-2024-d23ec4f11ffec4892d18ed07f360ed45b0c52dbc.zip |
Revert "Starting HeartBreak Microgame"
This reverts commit 2fa482cf3897c02df21e2c6e5ff343f41043037e.
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/project.godot b/project.godot index 9ef6cbd..0f4f25c 100644 --- a/project.godot +++ b/project.godot @@ -16,30 +16,3 @@ 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) -] -} |