mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-07 08:20:11 +01:00
18 lines
214 B
INI
18 lines
214 B
INI
[application]
|
|
|
|
name="TouchesView"
|
|
main_scene="res://Main.tscn"
|
|
icon="res://icon.png"
|
|
|
|
[autoload]
|
|
|
|
TouchHelper="*res://TouchHelper.gd"
|
|
|
|
[physics_2d]
|
|
|
|
motion_fix_enabled=true
|
|
|
|
[render]
|
|
|
|
default_clear_color=#ff1d2232
|