- added some test tiles
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 25 Feb 2008 16:51:12 +0000 (16:51 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 25 Feb 2008 16:51:12 +0000 (16:51 +0000)
SVN-Revision: 5344

data/images/tiles.strf
data/images/tiles/test/test.png [new file with mode: 0644]

index c53cd52..30d2bb0 100644 (file)
 ;;    src/tile.cpp, unisolid is 3 not 2
 (supertux-tiles
   (tilegroup
+    (name "Test")
+    (tiles
+     2203 2204 2205 0
+     2206 2207 2208 0
+     2209 2210 2211 0))
+
+  (tilegroup
     (name "Snow")
     (tiles
       7    8    9    202
      0 0 0 0   0 0 0 0)
     (image "tiles/snow/background2.png"))
 
-;; next-id: 2203
+  (tiles
+    (width  3)
+    (height 3)
+    (ids
+     2203 2204 2205
+     2206 2207 2208
+     2209 2210 2211)
+    (attributes
+     1 1 1 
+     1 1 1
+     1 1 1)
+    (image "tiles/test/test.png"))
+
+;; next-id: 2212
 )
diff --git a/data/images/tiles/test/test.png b/data/images/tiles/test/test.png
new file mode 100644 (file)
index 0000000..78d8aa8
Binary files /dev/null and b/data/images/tiles/test/test.png differ