pandemonium_demo_projects/loading/scene_changer/project.pandemonium

31 lines
630 B
Plaintext

; 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="Scene Changer"
config/description="This uses functions in SceneTree to switch between two scenes."
run/main_scene="res://scene_a.tscn"
[display]
window/dpi/allow_hidpi=true
window/stretch/mode="2d"
window/stretch/aspect="expand"
[gdnative]
singletons=[ ]
[rendering]
vram_compression/import_etc=true
vram_compression/import_etc2=false