[Super-tux-commit] supertux/data/levels/test bonusblock.stl,1.5,1.6
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-11-24 17:45:40
|
Update of /cvsroot/super-tux/supertux/data/levels/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4140/data/levels/test Modified Files: bonusblock.stl Log Message: made badguy dispenser cycle configurable in level file Index: bonusblock.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/bonusblock.stl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- bonusblock.stl 24 Nov 2004 17:33:49 -0000 1.5 +++ bonusblock.stl 24 Nov 2004 17:45:25 -0000 1.6 @@ -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")) + (dispenser (x 500) (y 128) (badguy "snowball") (cycle 3)) (spawn-points (name "main") (x 100) |