|
@@ -6,13 +6,14 @@
|
|
|
; [section] ; section goes between []
|
|
|
; param=value ; assign values to parameters
|
|
|
|
|
|
-config_version=4
|
|
|
+config_version=5
|
|
|
|
|
|
[application]
|
|
|
|
|
|
config/name="Autoload (Singletons)"
|
|
|
config/description="This demo shows how to use autoloads to change between scenes."
|
|
|
run/main_scene="res://scene_a.tscn"
|
|
|
+config/features=PackedStringArray("4.0")
|
|
|
|
|
|
[autoload]
|
|
|
|
|
@@ -20,20 +21,13 @@ global="res://global.gd"
|
|
|
|
|
|
[display]
|
|
|
|
|
|
-window/dpi/allow_hidpi=true
|
|
|
-window/stretch/mode="2d"
|
|
|
+window/stretch/mode="canvas_items"
|
|
|
window/stretch/aspect="expand"
|
|
|
|
|
|
[gdnative]
|
|
|
|
|
|
singletons=[]
|
|
|
|
|
|
-[memory]
|
|
|
-
|
|
|
-multithread/thread_rid_pool_prealloc=60
|
|
|
-
|
|
|
[rendering]
|
|
|
|
|
|
-quality/driver/driver_name="GLES2"
|
|
|
-vram_compression/import_etc=true
|
|
|
-vram_compression/import_etc2=false
|
|
|
+vulkan/rendering/back_end=1
|