erable-godot/project.godot
2023-08-07 13:37:19 -04:00

39 lines
761 B
Text

; 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=4
[application]
config/name="Erable"
config/description="Audio Player"
run/main_scene="res://App.tscn"
config/icon="res://erable.png"
[debug]
settings/stdout/verbose_stdout=true
gdscript/warnings/treat_warnings_as_errors=true
[display]
window/handheld/orientation="portrait"
[gdnative]
singletons=[ ]
[logging]
file_logging/max_log_files=10
[rendering]
quality/driver/driver_name="GLES2"
quality/intended_usage/framebuffer_allocation=0
quality/intended_usage/framebuffer_allocation.mobile=0