[Super-tux-commit] supertux/data/levels/test level6.stl,1.1,1.2
Brought to you by:
wkendrick
From: Ryan F. <sik...@us...> - 2004-05-16 23:12:04
|
Update of /cvsroot/super-tux/supertux/data/levels/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19230/data/levels/test Modified Files: level6.stl Log Message: - Trampoline test level Index: level6.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/level6.stl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- level6.stl 2 May 2004 22:31:46 -0000 1.1 +++ level6.stl 16 May 2004 23:11:54 -0000 1.2 @@ -2,7 +2,7 @@ (supertux-level (version 1) (author "") - (name "Enemy Test 3 - Stay on Platform") + (name "Enemy Test 3 - Stay on Platform / Trampoline Test") (width 50) (height 15) (start_pos_x 100) @@ -77,7 +77,8 @@ ) (objects (mriceblock (x 439) (y 159) (stay-on-platform #t)) - (mriceblock (x 479) (y 159) (stay-on-platform #f)) + (mriceblock (x 479) (y 159) (stay-on-platform #f)) + (trampoline (x 250) (y 150) (power 7.5) (type "trampoline")) ) ) |