diff --git a/data/images/tiles.strf b/data/images/tiles.strf index 3d8d273601a..645415c33f4 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -1014,6 +1014,8 @@ 2232 2233 2234 2235 2244 2245 2246 2247 2256 2257 2258 2259 + 3277 3278 3279 3280 + 3281 3282 3283 3284 ) ) @@ -4416,5 +4418,29 @@ ) (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 index 00000000000..ae33a92ac0c 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 index 00000000000..4d614f1102b Binary files /dev/null and b/data/images/tiles/castle/grey8.png differ