From: Ingo Ruhnke Date: Sat, 17 Feb 2007 22:05:58 +0000 (+0000) Subject: - added some snow castle tiles (placeholders) X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=035e586f5fa265ee189e8c3b42c39d1b8ad624a5;p=supertux.git - added some snow castle tiles (placeholders) SVN-Revision: 4855 --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index c97cd366b..15fa8ae04 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -461,6 +461,19 @@ 1799 1800 ) ) + +(tilegroup + (name "Castle (snow)") + (tiles + 2021 2022 2023 0 + 2026 2027 2028 0 + 2031 2032 2033 0 + 2036 2037 2038 0 + 2041 2042 2043 0 + 2046 2047 2048 0 + 2024 2025 0 0 +)) + (tilegroup (name "Cave background") (tiles @@ -6695,4 +6708,26 @@ "tiles/water/antartic.png") (water #t) ) + + (tiles + (width 5) + (height 6) + (ids 2021 2022 2023 2024 2025 + 2026 2027 2028 2029 2030 + 2031 2032 2033 2034 2035 + 2036 2037 2038 2039 2040 + 2041 2042 2043 2044 2045 + 2046 2047 2048 2049 2050 + ) + (attributes + 1 1 1 1 1 + 1 1 1 0 0 + 1 1 1 0 0 + 1 1 1 0 0 + 1 1 1 0 0 + 1 1 1 0 0 + ) + (image "tiles/snowcastle/foreground.png") + ) + ) diff --git a/data/images/tiles/snowcastle/foreground.png b/data/images/tiles/snowcastle/foreground.png new file mode 100644 index 000000000..d5f059e5f Binary files /dev/null and b/data/images/tiles/snowcastle/foreground.png differ