[Super-tux-commit] supertux/data/levels/test bonusblock.stl,1.11,1.12 foresttheme.stl,1.1,1.2 nolokt
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-28 14:57:36
|
Update of /cvsroot/super-tux/supertux/data/levels/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13367/data/levels/test Modified Files: bonusblock.stl foresttheme.stl noloktest.stl sectors.stl simple.stl Log Message: move over rewritten lispreader from tuxkart (with additional fixes), generalized TileManager and Tile classes and use them for the worldmap too Index: noloktest.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/noloktest.stl,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- noloktest.stl 25 Nov 2004 18:06:08 -0000 1.5 +++ noloktest.stl 28 Nov 2004 14:56:47 -0000 1.6 @@ -11,7 +11,7 @@ (background (image "forest1.jpg") (speed 0.5)) (music "Mortimers_chipdisko.mod") - (spawn-points (name "main") (x 100) (y 100)) + (spawnpoint (name "main") (x 100) (y 100)) (nolok_01 (x 650) (y 512)) (tilemap (layer "background") @@ -48,7 +48,7 @@ (music "Mortimers_chipdisko.mod") (background (image "forest1.jpg") (speed 0.5)) - (spawn-points (name "main2") (x 100) (y 100)) + (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)) (tilemap Index: bonusblock.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/bonusblock.stl,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- bonusblock.stl 25 Nov 2004 18:06:08 -0000 1.11 +++ bonusblock.stl 28 Nov 2004 14:56:46 -0000 1.12 @@ -9,7 +9,7 @@ (gravity 10.000000) (background (image "arctis.jpg") (speed 0.5)) - (spawn-points + (spawnpoint (name "main") (x 100) (y 170) Index: foresttheme.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/foresttheme.stl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- foresttheme.stl 25 Nov 2004 18:06:08 -0000 1.1 +++ foresttheme.stl 28 Nov 2004 14:56:46 -0000 1.2 @@ -9,12 +9,12 @@ (name "main") (gravity 10) (music "forest2.mod") - (spawn-points + (spawnpoint (name "main") (x 100) (y 100) ) - (spawn-points + (spawnpoint (name "main") (x 6381) (y 201) Index: simple.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/simple.stl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- simple.stl 27 Nov 2004 14:14:29 -0000 1.2 +++ simple.stl 28 Nov 2004 14:56:47 -0000 1.3 @@ -12,7 +12,7 @@ (gravity 10.000000) (background (image "arctis.jpg") (speed 0.5)) - (spawn-points (name "main") (x 50) (y 200)) + (spawnpoint (name "main") (x 50) (y 200)) (tilemap (layer "background") (solid #f) Index: sectors.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/test/sectors.stl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- sectors.stl 25 Nov 2004 18:06:08 -0000 1.1 +++ sectors.stl 28 Nov 2004 14:56:47 -0000 1.2 @@ -10,7 +10,7 @@ (camera (mode "normal") ) - (spawn-points + (spawnpoint (name "main") (x 100) (y 170) @@ -90,7 +90,7 @@ (sector "main") (spawnpoint "main") ) - (spawn-points + (spawnpoint (name "main") (x 300) (y 170) |