aboutsummaryrefslogtreecommitdiff
path: root/project.godot
blob: 6f378347dd1db8c09b1702127783ca884aa1e9cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
; 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