summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-06-11 10:03:33 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-06-11 10:03:33 -0300
commitc845c2a8276c61323416139790962a096a8d956e (patch)
tree29f52705a0ea1493629ee8947971f4cd32adf478
parent9e479065f5ecc3017868d01380e024f11070baf2 (diff)
added icon
-rw-r--r--demos/2d/space_shooter/engine.cfg1
-rw-r--r--demos/2d/space_shooter/icon.pngbin0 -> 6931 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/demos/2d/space_shooter/engine.cfg b/demos/2d/space_shooter/engine.cfg
index 12fd49b6e9..8047cebdd3 100644
--- a/demos/2d/space_shooter/engine.cfg
+++ b/demos/2d/space_shooter/engine.cfg
@@ -2,6 +2,7 @@
name="Simple Shooter"
main_scene="res://main_menu.scn"
+icon="res://icon.png"
[autoload]
diff --git a/demos/2d/space_shooter/icon.png b/demos/2d/space_shooter/icon.png
new file mode 100644
index 0000000000..1df2bf5d9d
--- /dev/null
+++ b/demos/2d/space_shooter/icon.png
Binary files differ