diff demos/shooter/objects/powerups/extralife/object.xml @ 479:ab28994820dd

Added some powerups including a spread weapon and an extra life. Fixed the problem where the player could fly off the screen.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 23 Apr 2010 17:17:02 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demos/shooter/objects/powerups/extralife/object.xml	Fri Apr 23 17:17:02 2010 +0000
@@ -0,0 +1,4 @@
+<?fife type="object"?>
+<object id="extralife" namespace="http://www.fifengine.de/xml/tutorial" blocking="0" static="1">
+	<image source="extralife.png" direction="0" />
+</object>