mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
20 lines
288 B
Plaintext
20 lines
288 B
Plaintext
config_version=3
|
|
|
|
[application]
|
|
|
|
config/name="Tween Demo"
|
|
config/icon="res://icon.png"
|
|
run/main_scene="res://main.tscn"
|
|
target_fps=60
|
|
|
|
[display]
|
|
|
|
stretch/aspect="keep_width"
|
|
stretch/mode="2d"
|
|
window/size/width=928
|
|
window/size/height=672
|
|
|
|
[memory]
|
|
|
|
multithread/thread_rid_pool_prealloc=60
|