From: Tobias Markus Date: Sun, 1 Feb 2015 15:35:09 +0000 (+0100) Subject: Adding sign that shows Tux holding an ice block X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=e76099938c66ce1a9560af96925e63d2ca58cb06 Adding sign that shows Tux holding an ice block --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index 2fe32c159..77a601ebd 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -830,7 +830,8 @@ 1727 1728 1731 1732 1729 1730 1733 1734 1822 1823 2400 2401 - 1824 1825 2402 2403) + 1824 1825 2402 2403 + 3163 3164 3165 3166) ) (tilegroup (name "Jungle") @@ -4283,5 +4284,15 @@ ) (image "tiles/halloween/black.png") ) -;; next-id: 3163 -) + + (tiles + (width 2) + (height 2) + (ids + 3163 3164 + 3165 3166 + ) + (image "tiles/signs/icehold.png") + ) + ;; next-id: 3167 + ) diff --git a/data/images/tiles/signs/icehold.png b/data/images/tiles/signs/icehold.png new file mode 100644 index 000000000..48b1b5780 Binary files /dev/null and b/data/images/tiles/signs/icehold.png differ