From: Tobias Markus Date: Tue, 17 Feb 2015 16:13:37 +0000 (+0100) Subject: Add a new wall tile to tiles.strf X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=8fe083f59f1b8f1d0fff090bf70604b841e38624 Add a new wall tile to tiles.strf --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index ef67ac39c..af54e769c 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -814,7 +814,10 @@ 1770 1771 0 0 1772 1773 0 0 337 338 339 0 - 340 341 342) + 340 341 342 0 + 3257 3258 0 0 + 3259 3260 0 0 + ) ) (tilegroup (name "Signs") @@ -4311,7 +4314,19 @@ ) (image "tiles/signs/icehold.png") ) - + + (tiles + (width 2) + (height 2) + (ids + 3257 3258 3259 3260 + ) + (attributes + 0 0 + 0 0 + ) + (image "tiles/castle/hearttile.png") + ) (tiles (width 6) (height 12) @@ -4358,5 +4373,5 @@ ) (image "tiles/snow/snowmerge.png") ) - ;; next-id: 3257 + ;; next-id: 3261 ) diff --git a/data/images/tiles/castle/hearttile.png b/data/images/tiles/castle/hearttile.png new file mode 100644 index 000000000..8200a0e11 Binary files /dev/null and b/data/images/tiles/castle/hearttile.png differ diff --git a/data/levels/world1/26 - The Castle of Nolok.stl b/data/levels/world1/26 - The Castle of Nolok.stl old mode 100644 new mode 100755