mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 08:20:11 +01:00
19 lines
203 B
INI
19 lines
203 B
INI
[application]
|
|
|
|
name="InteractiveCubes"
|
|
main_scene="res://Main.tscn"
|
|
icon="res://icon.png"
|
|
|
|
[display]
|
|
|
|
width=512
|
|
height=512
|
|
|
|
[physics_2d]
|
|
|
|
motion_fix_enabled=true
|
|
|
|
[render]
|
|
|
|
default_clear_color=#ff1d2232
|