godot/demos/2d/shower_of_bullets/engine.cfg
Juan Linietsky 0dbedd18fc SceneMainLoop -> SceneTree
-=-=-=-=-=-=-=-=-=-=-=-=-=-

*YOUR SOURCE MIGHT NOT WORK*
For mor information on fix:
https://github.com/okamstudio/godot/wiki/devel_scene_tree

Other stuff:
-Shower of bullets demo
-Fixes all around
2014-11-05 21:20:42 -03:00

17 lines
187 B
INI

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