[Super-tux-commit] supertux/data/levels/test noloktest.stl,1.7,1.8
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-12-30 11:30:02
|
Update of /cvsroot/super-tux/supertux/data/levels/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25557/data/levels/test Modified Files: noloktest.stl Log Message: badguys can now have multiple hitpoints (default is 1) gave Nolok 3 hitpoints Index: noloktest.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/noloktest.stl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- noloktest.stl 20 Dec 2004 00:16:29 -0000 1.7 +++ noloktest.stl 30 Dec 2004 11:29:52 -0000 1.8 @@ -51,6 +51,7 @@ (spawnpoint (name "main2") (x 100) (y 100)) (secretarea (x 100) (y 100) (message "You found a secret area!")) (dispenser (x 700) (y 500) (badguy "snowball") (cycle 2)) + (jumpy (x 500) (y 400)) (tilemap (layer "background") (solid #f) |