Armazon/project.godot

37 lines
979 B
Plaintext
Raw Normal View History

2024-01-28 13:44:54 -05: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="Envision Jam 2024"
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
CameraRumble="*res://scripts/camera_rumble.gd"
[input]
quicktime_dodge={
"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":32,"key_label":0,"unicode":32,"echo":false,"script":null)
]
}
[layer_names]
3d_render/layer_1="all"
3d_render/layer_2="structure"
3d_physics/layer_1="all"
3d_physics/layer_2="box"
3d_physics/layer_3="item"