Armazon/project.godot
2024-04-03 19:24:04 -04:00

56 lines
2.0 KiB
Plaintext

; 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="Armazon"
config/description="Pack boxes safely and efficiently to maximize customer satisfaction."
run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
boot_splash/bg_color=Color(0.384314, 0.133333, 0.121569, 1)
boot_splash/image="res://assets/env/bezos_ball.png"
config/icon="res://assets/env/bezos_ball.png"
[autoload]
CameraRumble="*res://scripts/camera_rumble.gd"
Scoring="*res://scripts/scoring.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)
]
}
exit={
"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":4194305,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
fullscreen={
"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":4194342,"key_label":0,"unicode":0,"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"
[rendering]
anti_aliasing/quality/msaa_3d=1
environment/defaults/default_environment="res://assets/env/env_main.tres"