[Super-tux-commit] supertux/data/images/tilesets lava1-1.png,NONE,1.1.2.1 lava1-2.png,NONE,1.1.2.1 l
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-08-01 18:38:48
|
Update of /cvsroot/super-tux/supertux/data/images/tilesets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7752/data/images/tilesets Modified Files: Tag: supertux_0_1_1_branch supertux.stgt Added Files: Tag: supertux_0_1_1_branch lava1-1.png lava1-2.png lava1-3.png lava1-4.png lava2-1.png lava2-2.png lava2-3.png lava2-4.png Log Message: added lava tiles and used them in Bonus Island Castle --- NEW FILE: lava2-4.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lava2-3.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lava2-2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lava2-1.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.28 retrieving revision 1.28.2.1 diff -u -d -r1.28 -r1.28.2.1 --- supertux.stgt 10 May 2004 21:47:17 -0000 1.28 +++ supertux.stgt 1 Aug 2004 18:38:38 -0000 1.28.2.1 @@ -12,7 +12,7 @@ (tilegroup (name "Classic-Bg") (tiles 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101)) (tilegroup (name "Points") (tiles 132 133)) (tilegroup (name "Bonus") (tiles 44 83 84 102 103 104 105 112 128)) - (tilegroup (name "Misc") (tiles 75 76 79 80 126 127 129 130 134 135 136 137 138 139 81)) + (tilegroup (name "Misc") (tiles 75 76 79 80 126 127 129 130 134 135 136 137 138 139 81 173 174)) (tilegroup (name "Pipe") (tiles 53 54 55 56 57 58 59 60)) (tilegroup (name "Grey") (tiles 64 65 66 67 68 69)) (tile (id 0) @@ -494,5 +494,18 @@ (tile (id 139) (solid #f) (images "run4.png")) + + ;; Lava + + (tile (id 173) + (images "lava1-1.png" "lava1-2.png" "lava1-3.png" "lava1-4.png") + (water #t) + (anim-speed 120)) + (tile (id 174) + (images "lava2-1.png" "lava2-2.png" "lava2-3.png" "lava2-4.png") + (water #t) + (anim-speed 120)) + ) + --- NEW FILE: lava1-4.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lava1-1.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lava1-2.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: lava1-3.png --- (This appears to be a binary file; contents omitted.) |