fixed another parsing error and supertux.stgt which was broken because of it
authorMatthias Braun <matze@braunis.de>
Mon, 22 Nov 2004 02:09:52 +0000 (02:09 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 22 Nov 2004 02:09:52 +0000 (02:09 +0000)
SVN-Revision: 2132

contrib/tilemanager/Tile.cs
data/images/tilesets/supertux.stgt

index e1885f3..4af0daf 100644 (file)
@@ -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");
     }
 
index 24f0adb..2d6c902 100644 (file)
     )
     (solid #t)
     (fullbox #t)
+    (next-tile 84)
     (data 1)
+    (anim-speed 50)
   )
   (tile
     (id 27)
     )
     (solid #t)
     (fullbox #t)
+    (next-tile 84)
     (data 1)
+    (anim-speed 50)
   )
   (tile
     (id 84)
     )
     (solid #t)
     (fullbox #t)
+    (next-tile 84)
     (editor-images "bonus-fireflower.png")
-    (data 84)
+    (data 2)
+    (anim-speed 50)
   )
   (tile
     (id 103)
     )
     (solid #t)
     (fullbox #t)
+    (next-tile 84)
     (editor-images "bonus-herring.png")
-    (data 84)
+    (data 3)
+    (anim-speed 50)
   )
   (tile
     (id 104)
     (id 112)
     (solid #t)
     (fullbox #t)
+    (next-tile 84)
     (editor-images "bonus-invisible.png")
   )
   (tile
     )
     (solid #t)
     (fullbox #t)
+    (next-tile 84)
     (editor-images "bonus-1up.png")
-    (data 84)
+    (data 4)
+    (anim-speed 50)
   )
   (tile
     (id 129)
     )
     (solid #t)
     (fullbox #t)
+    (next-tile 84)
     (editor-images "bonus-iceflower.png")
-    (data 84)
+    (data 5)
+    (anim-speed 50)
   )
   (tile
     (id 141)