From: Matthias Braun Date: Mon, 22 Nov 2004 02:09:52 +0000 (+0000) Subject: fixed another parsing error and supertux.stgt which was broken because of it X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=0ceeec2a096542384ee975f78e073b6e9a422610;p=supertux.git fixed another parsing error and supertux.stgt which was broken because of it SVN-Revision: 2132 --- diff --git a/contrib/tilemanager/Tile.cs b/contrib/tilemanager/Tile.cs index e1885f3ec..4af0daf14 100644 --- a/contrib/tilemanager/Tile.cs +++ b/contrib/tilemanager/Tile.cs @@ -83,7 +83,7 @@ public class Tile { if(Data != 0) writer.Write("data", Data); if(AnimSpeed != 25) - writer.Write("animspeed", AnimSpeed); + writer.Write("anim-speed", AnimSpeed); writer.EndList("tile"); } diff --git a/data/images/tilesets/supertux.stgt b/data/images/tilesets/supertux.stgt index 24f0adbbe..2d6c90295 100644 --- a/data/images/tilesets/supertux.stgt +++ b/data/images/tilesets/supertux.stgt @@ -230,7 +230,9 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (data 1) + (anim-speed 50) ) (tile (id 27) @@ -636,7 +638,9 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (data 1) + (anim-speed 50) ) (tile (id 84) @@ -764,8 +768,10 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-fireflower.png") - (data 84) + (data 2) + (anim-speed 50) ) (tile (id 103) @@ -784,8 +790,10 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-herring.png") - (data 84) + (data 3) + (anim-speed 50) ) (tile (id 104) @@ -845,6 +853,7 @@ (id 112) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-invisible.png") ) (tile @@ -967,8 +976,10 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-1up.png") - (data 84) + (data 4) + (anim-speed 50) ) (tile (id 129) @@ -1074,8 +1085,10 @@ ) (solid #t) (fullbox #t) + (next-tile 84) (editor-images "bonus-iceflower.png") - (data 84) + (data 5) + (anim-speed 50) ) (tile (id 141)