Update loading in a thread demo

This commit is contained in:
Jonathan Nicholl
2022-06-08 21:53:45 -04:00
parent ae57eb2080
commit 02c6a268c3
5 changed files with 50 additions and 58 deletions

View File

@@ -6,30 +6,15 @@
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=4
config_version=5
[application]
config/name="Loading in a Thread"
config/description="An example using a thread to load an image."
run/main_scene="res://thread.tscn"
[display]
window/dpi/allow_hidpi=true
window/stretch/mode="2d"
window/stretch/aspect="expand"
[gdnative]
singletons=[]
[memory]
multithread/thread_rid_pool_prealloc=60
config/features=PackedStringArray("4.0")
[rendering]
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
vulkan/rendering/back_end=1