diff demos/shooter/maps/shooter_map1.xml @ 470:3b04e921c93d

Added the fireball projectile. Added a new ship images for the boss. Some enemies now shoot directly at the player.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 14 Apr 2010 19:15:27 +0000
parents 4d0aa75a82f1
children ab28994820dd
line wrap: on
line diff
--- a/demos/shooter/maps/shooter_map1.xml	Wed Apr 14 17:42:24 2010 +0000
+++ b/demos/shooter/maps/shooter_map1.xml	Wed Apr 14 19:15:27 2010 +0000
@@ -4,7 +4,9 @@
 	<import file="../objects/ships/player/object.xml"></import>
 	<import file="../objects/ships/saucer1/object.xml"></import>
 	<import file="../objects/ships/saucer2/object.xml"></import>
+	<import file="../objects/ships/boss1/object.xml"></import>
 	<import file="../objects/projectiles/bullet1/object.xml"></import>
+	<import file="../objects/projectiles/fireball/object.xml"></import>
 	<layer y_scale="1.0" y_offset="0.0" pathing="cell_edges_and_diagonals" grid_type="square" id="background" rotation="0.0" x_scale="1.0" x_offset="0.0" transparency="0">
 		<instances>
 			<i o="starfield" ns="http://www.fifengine.de/xml/tutorial" x="-2.0" r="0" y="-1.0" z="0.0"></i>
@@ -564,7 +566,7 @@
 			<i r="0" id="streaker" x="147.0" o="saucer2" z="0.0" y="4.0"></i>
 			<i r="0" id="streaker" x="147.0" o="saucer2" z="0.0" y="-5.0"></i>
 			
-			<i r="0" id="boss" x="147.0" o="saucer1" z="0.0" y="0.0"></i>
+			<i r="0" id="boss" x="147.0" o="boss1" z="0.0" y="0.0"></i>
 
 		</instances>
 	</layer>