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/?a=commitdiff_plain;h=ca83136ff2ec7b8186d4e1b72b8bf9b3d0683c7f;p=supertux.git Add a new wall tile to tiles.strf --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index ef67ac39c..c413462be 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/rwalltile.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/rwalltile.png b/data/images/tiles/castle/rwalltile.png new file mode 100644 index 000000000..729074816 Binary files /dev/null and b/data/images/tiles/castle/rwalltile.png differ