From: LMH Date: Wed, 28 Aug 2013 07:30:48 +0000 (-1000) Subject: Added ice-slick tiles that can be used to make various surfaces slippery. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=acd2882e090b0dc4879bab561bc8632348fd5f6a;p=supertux.git Added ice-slick tiles that can be used to make various surfaces slippery. --- diff --git a/data/images/objects/icecube/iceslick.png b/data/images/objects/icecube/iceslick.png new file mode 100644 index 000000000..eb89c007e Binary files /dev/null and b/data/images/objects/icecube/iceslick.png differ diff --git a/data/images/tiles.strf b/data/images/tiles.strf index b7d00e6b2..41e0923bb 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -397,6 +397,8 @@ 2178 3038 3039 3040 + 2406 3041 3042 3043 + 2155 2156 2157 2163 2158 2159 2154 2164 2160 2161 2162 2165 @@ -4014,6 +4016,12 @@ ) (image "tiles/pole/diagonals.png") ) + (tiles + (width 3)(height 1) + (ids 3041 3042 3043) + (attributes 257 257 257) + (image "objects/icecube/iceslick.png") + ) -;; next-id: 3041 +;; next-id: 3044 )