[Super-tux-commit] supertux/data/levels/test bonusblock.stl,1.6,1.7
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-11-24 18:20:22
|
Update of /cvsroot/super-tux/supertux/data/levels/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12560/data/levels/test Modified Files: bonusblock.stl Log Message: dispenser can now launch snowballs and bouncingsnowballs Index: bonusblock.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/bonusblock.stl,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- bonusblock.stl 24 Nov 2004 17:45:25 -0000 1.6 +++ bonusblock.stl 24 Nov 2004 18:19:51 -0000 1.7 @@ -10,7 +10,7 @@ (background (image "arctis.jpg") (speed 0.5)) (secretarea (x 400) (y 128) (message "You found a secret area!")) - (dispenser (x 500) (y 128) (badguy "snowball") (cycle 3)) + (dispenser (x 500) (y 128) (badguy "bouncingsnowball") (cycle 2)) (spawn-points (name "main") (x 100) |