- added some snow castle tiles (placeholders)
authorIngo Ruhnke <grumbel@gmx.de>
Sat, 17 Feb 2007 22:05:58 +0000 (22:05 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sat, 17 Feb 2007 22:05:58 +0000 (22:05 +0000)
SVN-Revision: 4855

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

index c97cd36..15fa8ae 100644 (file)
       1799 1800
     )
   )
+        
+(tilegroup
+ (name "Castle (snow)")
+ (tiles
+  2021 2022 2023 0 
+  2026 2027 2028 0
+  2031 2032 2033 0
+  2036 2037 2038 0
+  2041 2042 2043 0
+  2046 2047 2048 0
+  2024 2025 0 0      
+))
+
   (tilegroup
     (name "Cave background")
     (tiles
      "tiles/water/antartic.png")
     (water #t)
     )
+
+  (tiles
+    (width  5)
+    (height 6)
+    (ids 2021 2022 2023 2024 2025
+         2026 2027 2028 2029 2030
+         2031 2032 2033 2034 2035
+         2036 2037 2038 2039 2040 
+         2041 2042 2043 2044 2045
+         2046 2047 2048 2049 2050
+    )
+    (attributes
+      1 1 1 1 1
+      1 1 1 0 0
+      1 1 1 0 0
+      1 1 1 0 0
+      1 1 1 0 0
+      1 1 1 0 0
+    )
+    (image "tiles/snowcastle/foreground.png")
+  )
+
 )
diff --git a/data/images/tiles/snowcastle/foreground.png b/data/images/tiles/snowcastle/foreground.png
new file mode 100644 (file)
index 0000000..d5f059e
Binary files /dev/null and b/data/images/tiles/snowcastle/foreground.png differ