37 lines
964 B
Text
37 lines
964 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=5
|
||
|
|
||
|
[application]
|
||
|
|
||
|
config/name="brackeys-12"
|
||
|
run/main_scene="res://Main.tscn"
|
||
|
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||
|
config/icon="res://icon.svg"
|
||
|
|
||
|
[autoload]
|
||
|
|
||
|
Logger="*res://components/Logger/Logger.tscn"
|
||
|
Data="*res://components/Data/Data.tscn"
|
||
|
Triggerer="*res://components/Triggerer/Triggerer.tscn"
|
||
|
Persister="*res://components/Persister/Persister.tscn"
|
||
|
Achievements="*res://components/Achievements/Achievements.tscn"
|
||
|
Cursor="*res://components/Cursor/Cursor.tscn"
|
||
|
|
||
|
[display]
|
||
|
|
||
|
window/size/viewport_width=640
|
||
|
window/size/viewport_height=360
|
||
|
window/stretch/mode="canvas_items"
|
||
|
|
||
|
[rendering]
|
||
|
|
||
|
renderer/rendering_method="gl_compatibility"
|
||
|
renderer/rendering_method.mobile="gl_compatibility"
|