[Super-tux-commit] supertux/data/images/tilesets grasslands1.png,NONE,1.1 grasslands2.png,NONE,1.1 g
Brought to you by:
wkendrick
From: Ricardo C. <rm...@us...> - 2004-05-13 09:41:15
|
Update of /cvsroot/super-tux/supertux/data/images/tilesets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23501/data/images/tilesets Modified Files: supertux.stgt Added Files: grasslands1.png grasslands2.png grasslands3.png grasslands4.png Log Message: Committed Matrix tiles. But they should allow repetition! --- NEW FILE: grasslands1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: grasslands2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: grasslands3.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: grasslands4.png --- (This appears to be a binary file; contents omitted.) Index: supertux.stgt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- supertux.stgt 13 May 2004 08:44:08 -0000 1.32 +++ supertux.stgt 13 May 2004 09:41:05 -0000 1.33 @@ -16,6 +16,7 @@ (tilegroup (name "Pipe") (tiles 53 54 55 56 57 58 59 60)) (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)) (tile (id 0) (images "notile.png")) @@ -518,5 +519,15 @@ (solid #f) (images "sign_right4.png")) +; Grasslands + + (tile (id 145) + (images "grasslands1.png")) + (tile (id 146) + (images "grasslands2.png")) + (tile (id 147) + (images "grasslands3.png")) + (tile (id 148) + (images "grasslands4.png")) ) |