mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 10:09:47 +03:00
14 lines
178 B
INI
14 lines
178 B
INI
[application]
|
|
|
|
name="Tween Demo"
|
|
main_scene="res://main.tscn"
|
|
icon="res://icon.png"
|
|
target_fps=60
|
|
|
|
[display]
|
|
|
|
height=800
|
|
width=1024
|
|
stretch_mode="2d"
|
|
stretch_aspect="keep_width"
|