From: Ingo Ruhnke Date: Sun, 24 Feb 2008 22:55:37 +0000 (+0000) Subject: - some new snow background tiles X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a8a18b78b09045aab779d6d421d17154e1039641;p=supertux.git - some new snow background tiles - some changes to the air tiles (incompatible with current test level) SVN-Revision: 5337 --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index f8efc30c2..c53cd52bd 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -78,7 +78,14 @@ 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 - + + 2185 2186 2180 2181 + 2193 2194 2188 2189 + 2197 2187 2195 2196 + + 2182 2183 2184 2179 + 2190 2191 2192 2201 + 2198 2199 2200 2202 ) ) (tilegroup @@ -6910,7 +6917,7 @@ 2160 2161 2162 2163 2164 2165) (attributes 0 0 0 3 3 3 - 0 0 0 0 0 0) + 0 0 0 3 3 0) (image "tiles/snow/air.png")) @@ -6932,5 +6939,19 @@ (images "tiles/snow/spike.png")) -;; next-id: 2179 + (tiles + (width 8) + (height 3) + (ids + 2179 2180 2181 2182 2183 2184 2185 2186 + 2187 2188 2189 2190 2191 2192 2193 2194 + 2195 2196 2197 2198 2199 2200 2201 2202) + + (attributes + 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0) + (image "tiles/snow/background2.png")) + +;; next-id: 2203 ) diff --git a/data/images/tiles/snow/air.png b/data/images/tiles/snow/air.png index 6fa2610e2..1672256d1 100644 Binary files a/data/images/tiles/snow/air.png and b/data/images/tiles/snow/air.png differ diff --git a/data/images/tiles/snow/background2.png b/data/images/tiles/snow/background2.png new file mode 100644 index 000000000..1b5bdcc5f Binary files /dev/null and b/data/images/tiles/snow/background2.png differ