Add a couple grey castle tiles to ST castle inventory.
authorSydney Dykstra <sydney@debian>
Sun, 22 Mar 2015 02:14:55 +0000 (22:14 -0400)
committerSydney Dykstra <sydney@debian>
Sun, 22 Mar 2015 14:30:05 +0000 (10:30 -0400)
data/images/tiles.strf
data/images/tiles/castle/grey7.png [new file with mode: 0644]
data/images/tiles/castle/grey8.png [new file with mode: 0644]

index 3d8d273..645415c 100644 (file)
       2232 2233 2234 2235
       2244 2245 2246 2247
       2256 2257 2258 2259
+      3277 3278 3279 3280
+      3281 3282 3283 3284
     )
   )
 
     )
     (image "tiles/castle/swall.png")
   )
-  ;; next-id: 3277
+  (tiles
+    (width 2)
+    (height 2)
+    (ids
+      3277 3278 3279 3280
+    )
+    (attributes
+      0 0
+      0 0 
+    )
+    (image "tiles/castle/grey8.png")
+  )
+(tiles
+    (width 2)
+    (height 2)
+    (ids
+      3281 3282 3283 3284
+    )
+    (attributes
+      0 0
+      0 0 
+    )
+    (image "tiles/castle/grey7.png")
+  )
+  ;; next-id: 3285
   )
diff --git a/data/images/tiles/castle/grey7.png b/data/images/tiles/castle/grey7.png
new file mode 100644 (file)
index 0000000..ae33a92
Binary files /dev/null and b/data/images/tiles/castle/grey7.png differ
diff --git a/data/images/tiles/castle/grey8.png b/data/images/tiles/castle/grey8.png
new file mode 100644 (file)
index 0000000..4d614f1
Binary files /dev/null and b/data/images/tiles/castle/grey8.png differ