summaryrefslogtreecommitdiff
path: root/project.godot
diff options
context:
space:
mode:
authorThomas Grothe <grothe.tr@gmail.com>2026-06-22 22:13:11 -0400
committerThomas Grothe <grothe.tr@gmail.com>2026-06-22 22:13:11 -0400
commit9f299543778b3885d3b5b97f54e145aabb18056e (patch)
tree02884451fc6708621856a059147c741a34afe6ce /project.godot
parent27aec4dcc347070422bb77adf71c802008278756 (diff)
walls with auto-generated meshes based on collisionshapeHEADmain
Diffstat (limited to 'project.godot')
-rw-r--r--project.godot4
1 files changed, 2 insertions, 2 deletions
diff --git a/project.godot b/project.godot
index 539fc50..b3500b2 100644
--- a/project.godot
+++ b/project.godot
@@ -60,14 +60,14 @@ down={
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null)
]
}
-cam_rotate_right={
+cam_rotate_cw={
"deadzone": 0.2,
"events": [Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":1.0,"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":81,"key_label":0,"unicode":113,"location":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":4194321,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
]
}
-cam_rotate_left={
+cam_rotate_ccw={
"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":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":2,"axis_value":-1.0,"script":null)