summaryrefslogtreecommitdiff
path: root/demos/2d/shower_of_bullets/engine.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'demos/2d/shower_of_bullets/engine.cfg')
-rw-r--r--demos/2d/shower_of_bullets/engine.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/demos/2d/shower_of_bullets/engine.cfg b/demos/2d/shower_of_bullets/engine.cfg
new file mode 100644
index 0000000000..cad5751985
--- /dev/null
+++ b/demos/2d/shower_of_bullets/engine.cfg
@@ -0,0 +1,16 @@
+[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