godot/demos/2d/texscreen/engine.cfg
Rémi Verschelde 69e67d51c7 Port 2D demos to TSCN/TRES formats
Part of #4196.

(cherry picked from commit 23cf6a85bd)
2016-04-02 22:19:30 +02:00

12 lines
175 B
INI

[application]
name="Glass Bubbles (Texscreen)"
main_scene="res://bubbles.tscn"
icon="res://icon.png"
[display]
width=800
height=600
stretch_mode="2d"
stretch_aspect="keep"