Update of /cvsroot/super-tux/supertux/data/levels/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1377/data/levels/test
Modified Files:
bonusblock.stl
Log Message:
added simple enemy dispenser (can only dispense bouncing snowballs so far and looks like a snowball)
it's in data/test/bonusblocks.stl, right behind the secret area ;-)
fixed typo(?) in mrbomb.cpp
Index: bonusblock.stl
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/levels/test/bonusblock.stl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bonusblock.stl 24 Nov 2004 14:10:19 -0000 1.4
+++ bonusblock.stl 24 Nov 2004 17:33:49 -0000 1.5
@@ -9,7 +9,8 @@
(gravity 10.000000)
(background (image "arctis.jpg")
(speed 0.5))
- (secretarea (x 128) (y 128) (message "You found a secret area!"))
+ (secretarea (x 400) (y 128) (message "You found a secret area!"))
+ (dispenser (x 500) (y 128) (badguy "snowball"))
(spawn-points
(name "main")
(x 100)
|