movie-quote/project.godot

74 lines
2.9 KiB
Plaintext
Raw Permalink Normal View History

2026-03-28 02:27:19 +00:00
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="trijam-365-movie-quote"
2026-03-30 04:16:49 +00:00
run/main_scene="uid://m87tvwartvc6"
2026-03-28 02:27:19 +00:00
config/features=PackedStringArray("4.6", "GL Compatibility")
2026-03-30 04:16:49 +00:00
boot_splash/image="uid://dlr08vnbmuua"
2026-03-28 02:27:19 +00:00
config/icon="res://icon.svg"
2026-03-30 04:16:49 +00:00
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
2026-03-29 18:52:33 +00:00
[input]
up={
"deadzone": 0.2,
2026-03-29 21:58:57 +00:00
"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,"location":0,"echo":false,"script":null)
2026-03-29 18:52:33 +00:00
]
}
down={
"deadzone": 0.2,
2026-03-29 21:58:57 +00:00
"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":4194322,"key_label":0,"unicode":0,"location":0,"echo":false,"script":null)
2026-03-29 18:52:33 +00:00
]
}
left={
"deadzone": 0.2,
2026-03-29 21:58:57 +00:00
"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,"location":0,"echo":false,"script":null)
2026-03-29 18:52:33 +00:00
]
}
right={
"deadzone": 0.2,
2026-03-29 21:58:57 +00:00
"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,"location":0,"echo":false,"script":null)
2026-03-29 18:52:33 +00:00
]
}
bite={
"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":66,"key_label":0,"unicode":98,"location":0,"echo":false,"script":null)
]
}
2026-03-29 21:58:57 +00:00
swim={
"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":83,"key_label":0,"unicode":115,"location":0,"echo":false,"script":null)
]
}
2026-03-29 18:52:33 +00:00
2026-03-30 04:16:49 +00:00
[layer_names]
2d_physics/layer_1="player"
2d_physics/layer_2="boundaries"
2d_physics/layer_3="water_level"
2d_physics/layer_4="boats"
2026-03-28 02:27:19 +00:00
[physics]
3d/physics_engine="Jolt Physics"
[rendering]
2026-03-29 18:52:33 +00:00
textures/canvas_textures/default_texture_filter=0
2026-03-28 02:27:19 +00:00
rendering_device/driver.windows="d3d12"
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"