aboutsummaryrefslogtreecommitdiff
path: root/client/project.godot
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-21 13:43:07 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:27:04 +0200
commita263ff8817fad636266d66f47b2b7898c9a3a35b (patch)
treecc35f39c4069bd11de8795e08ceb7c06acb7d4a3 /client/project.godot
parent1c9ddc8b8753696062bc999a5e5cf8620e518b11 (diff)
downloadhurrycurry-a263ff8817fad636266d66f47b2b7898c9a3a35b.tar
hurrycurry-a263ff8817fad636266d66f47b2b7898c9a3a35b.tar.bz2
hurrycurry-a263ff8817fad636266d66f47b2b7898c9a3a35b.tar.zst
add camera
Diffstat (limited to 'client/project.godot')
-rw-r--r--client/project.godot15
1 files changed, 15 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot
index a473d236..9a608b93 100644
--- a/client/project.godot
+++ b/client/project.godot
@@ -41,3 +41,18 @@ right={
"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":68,"key_label":0,"unicode":100,"echo":false,"script":null)
]
}
+rotate_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)
+]
+}
+rotate_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)
+]
+}
+
+[rendering]
+
+anti_aliasing/quality/msaa_3d=2
+anti_aliasing/quality/use_taa=true