From: LMH Date: Wed, 21 Mar 2012 00:16:06 +0000 (-1000) Subject: Graphics: Added sloped ceilings for the snow tileset by Hume (bug 754) X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=22b99cc86dc6603a086ccc84f2ecd257095dba92;p=supertux.git Graphics: Added sloped ceilings for the snow tileset by Hume (bug 754) --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index 53b500737..de7611e87 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -318,6 +318,12 @@ 2387 2388 2389 2397 2390 2391 2392 2398 2393 2394 2395 2399 + + 2935 2936 2939 2940 + 2937 2938 2941 2942 + 2943 2945 2947 2950 + 2944 2946 2948 2951 + 0 0 2949 2952 ) ) (tilegroup @@ -3796,6 +3802,26 @@ ) (image "tiles/snow/slope_transitions.png" ) ) + + (tiles + (width 8)(height 3) + (ids + 2935 2936 2939 2940 2943 2945 2947 2950 + 2937 2938 2941 2942 2944 2946 2948 2951 + 0 0 0 0 0 0 2949 2952 + ) + (attributes + 17 17 17 17 17 17 17 17 + 0 0 0 0 0 0 17 17 + 0 0 0 0 0 0 0 0 + ) + (datas + 33 17 19 35 1 3 49 67 + 0 0 0 0 0 0 65 51 + 0 0 0 0 0 0 0 0 + ) + (image "tiles/snow/slope-upper.png" ) + ) -;; next-id: 2935 +;; next-id: 2953 ) diff --git a/data/images/tiles/snow/slope-upper.png b/data/images/tiles/snow/slope-upper.png new file mode 100644 index 000000000..b823e1203 Binary files /dev/null and b/data/images/tiles/snow/slope-upper.png differ