diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-08-07 13:37:19 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-08-07 13:37:19 -0400 |
| commit | 201a0de90faabe68f1eb701b67af30a4d11fa32b (patch) | |
| tree | c396bec9a496876acc9a5b7bec55912a32c191c1 /project.godot | |
| parent | 7f1cdc4663800fa9bdfddf888164826819d97e6e (diff) | |
| download | erable-godot-201a0de90faabe68f1eb701b67af30a4d11fa32b.tar.gz erable-godot-201a0de90faabe68f1eb701b67af30a4d11fa32b.tar.bz2 erable-godot-201a0de90faabe68f1eb701b67af30a4d11fa32b.zip | |
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 8552f12..6f37834 100644 --- a/project.godot +++ b/project.godot @@ -15,6 +15,25 @@ 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 |
