2025-08-02 21:27:08 -07: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="automata"
|
|
|
|
|
config/features=PackedStringArray("4.4", "Forward Plus")
|
2025-08-03 17:58:17 -07:00
|
|
|
run/max_fps=30
|
2025-08-02 21:27:08 -07:00
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
AcerolaShaderCompiler="*res://Ignored/Acerola-Compute/acerola_shader_compiler.gd"
|
2025-08-03 17:58:17 -07:00
|
|
|
|
|
|
|
|
[display]
|
|
|
|
|
|
|
|
|
|
window/size/viewport_width=1024
|
|
|
|
|
window/size/viewport_height=1024
|