From: Sydney Dykstra Date: Sun, 22 Mar 2015 02:14:55 +0000 (-0400) Subject: Add a couple grey castle tiles to ST castle inventory. X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=59efbd735953fa9bcbe9aac55cb4f027e06436b2 Add a couple grey castle tiles to ST castle inventory. --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index 3d8d27360..645415c33 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 000000000..ae33a92ac 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 000000000..4d614f110 Binary files /dev/null and b/data/images/tiles/castle/grey8.png differ