godot/demos/2d/shower_of_bullets/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

16 lines
188 B
INI

[application]
name="Bullet Shower"
main_scene="res://shower.tscn"
icon="res://icon.png"
[display]
width=1024
height=600
resizable=true
stretch_aspect="keep"
[physics_2d]
cell_size=64