[Super-tux-commit] supertux/data/images/tilesets jungle5.png,NONE,1.1 jungle4.png,NONE,1.1 jungle1.p
Brought to you by:
wkendrick
From: Benjamin P. J. <lit...@us...> - 2004-06-10 17:58:19
|
Update of /cvsroot/super-tux/supertux/data/images/tilesets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26159/data/images/tilesets Modified Files: main.stgt supertux.stgt Added Files: jungle5.png jungle4.png jungle1.png jungle3.png jungle6.png jungle9.png jungle7.png jungle2.png jungle.stgt jungle8.png Log Message: - Added (temporary) jungle tiles --- NEW FILE: jungle5.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle4.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle7.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle6.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle3.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle9.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle8.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jungle.stgt --- ;SuperTux-Tile-Definition (supertux-tiles (properties (id 6)) (tile (id 1) (images "jungle1.png")) (solid #f) (tile (id 2) (images "jungle2.png")) (solid #f) (tile (id 3) (images "jungle.png")) (solid #f) (tile (id 4) (images "jungle.png") (solid #t)) (tile (id 5) (images "jungle.png") (solid #t)) (tile (id 6) (images "jungle.png") (solid #t)) (tile (id 7) (images "jungle.png") (solid #t)) (tile (id 8) (images "jungle.png") (solid #t)) (tile (id 9) (images "jungle.png") (solid #t)) ) Index: main.stgt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/main.stgt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- main.stgt 24 Mar 2004 22:29:08 -0000 1.1 +++ main.stgt 10 Jun 2004 17:58:09 -0000 1.2 @@ -11,6 +11,8 @@ (tileset (file "grey.stgt")) (tileset - (file "snow.stgt")) + (file "snow.stgt")) + (tileset + (file "jungle.stgt")) ) Index: supertux.stgt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- supertux.stgt 17 May 2004 06:00:25 -0000 1.35 +++ supertux.stgt 10 Jun 2004 17:58:09 -0000 1.36 @@ -17,6 +17,7 @@ (tilegroup (name "Grey") (tiles 64 65 66 67 68 69)) (tilegroup (name "Signs") (tiles 136 137 138 139 141 142 143 144)) (tilegroup (name "Grasslands") (tiles 145 146 147 148)) + (tilegroup (name "Jungle") (tiles 301 302 303 304 305 306 307 308 309)) (tile (id 0) (images "notile.png")) @@ -530,6 +531,36 @@ (tile (id 148) (images "grasslands4.png")) +; Jungle + + (tile (id 301) + (solid #f) + (images "jungle1.png")) + (tile (id 302) + (solid #f) + (images "jungle2.png")) + (tile (id 303) + (solid #f) + (images "jungle3.png")) + (tile (id 304) + (solid #t) + (images "jungle4.png")) + (tile (id 305) + (solid #t) + (images "jungle5.png")) + (tile (id 306) + (solid #t) + (images "jungle6.png")) + (tile (id 307) + (solid #t) + (images "jungle7.png")) + (tile (id 308) + (solid #t) + (images "jungle8.png")) + (tile (id 309) + (solid #t) + (images "jungle9.png")) + ; Spike (tile (id 200) (spike #t) |