From: Sydney Dykstra Date: Mon, 2 Mar 2015 04:28:39 +0000 (-0500) Subject: a few new tiles to fix issues and satisfy the Rwalltile replacement X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=87d555884cf2a4058cd87afff886ec3f1121b9da a few new tiles to fix issues and satisfy the Rwalltile replacement --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index 2d4409380..3d8d27360 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -819,6 +819,10 @@ 340 341 342 0 3257 3258 0 0 3259 3260 0 0 + 3269 3270 0 0 + 3271 3272 0 0 + 3273 3274 0 0 + 3275 3276 0 0 ) ) (tilegroup @@ -4388,5 +4392,29 @@ ) (image "tiles/snow/custom.png") ) - ;; next-id: 3269 +(tiles + (width 2) + (height 2) + (ids + 3269 3270 3271 3272 + ) + (attributes + 0 0 + 0 0 + ) + (image "tiles/castle/pennyhere.png") + ) + (tiles + (width 2) + (height 2) + (ids + 3273 3274 3275 3276 + ) + (attributes + 0 0 + 0 0 + ) + (image "tiles/castle/swall.png") + ) + ;; next-id: 3277 ) diff --git a/data/images/tiles/castle/hearttile.png b/data/images/tiles/castle/hearttile.png index 8200a0e11..c36153890 100644 Binary files a/data/images/tiles/castle/hearttile.png and b/data/images/tiles/castle/hearttile.png differ diff --git a/data/images/tiles/castle/pennyhere.png b/data/images/tiles/castle/pennyhere.png new file mode 100644 index 000000000..fae2cdeb3 Binary files /dev/null and b/data/images/tiles/castle/pennyhere.png differ diff --git a/data/images/tiles/castle/swall.png b/data/images/tiles/castle/swall.png new file mode 100644 index 000000000..b1850d19b Binary files /dev/null and b/data/images/tiles/castle/swall.png differ