- added some snow castle tiles (placeholders)
[supertux.git] / data / images / tiles.strf
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")
+  )
+
 )