From: Ingo Ruhnke Date: Mon, 25 Feb 2008 16:51:12 +0000 (+0000) Subject: - added some test tiles X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e48ce696a8f111b10f6299d2bfb8a6a7e9e87719;p=supertux.git - added some test tiles SVN-Revision: 5344 --- diff --git a/data/images/tiles.strf b/data/images/tiles.strf index c53cd52bd..30d2bb059 100644 --- a/data/images/tiles.strf +++ b/data/images/tiles.strf @@ -15,6 +15,13 @@ ;; src/tile.cpp, unisolid is 3 not 2 (supertux-tiles (tilegroup + (name "Test") + (tiles + 2203 2204 2205 0 + 2206 2207 2208 0 + 2209 2210 2211 0)) + + (tilegroup (name "Snow") (tiles 7 8 9 202 @@ -6953,5 +6960,18 @@ 0 0 0 0 0 0 0 0) (image "tiles/snow/background2.png")) -;; next-id: 2203 + (tiles + (width 3) + (height 3) + (ids + 2203 2204 2205 + 2206 2207 2208 + 2209 2210 2211) + (attributes + 1 1 1 + 1 1 1 + 1 1 1) + (image "tiles/test/test.png")) + +;; next-id: 2212 ) diff --git a/data/images/tiles/test/test.png b/data/images/tiles/test/test.png new file mode 100644 index 000000000..78d8aa895 Binary files /dev/null and b/data/images/tiles/test/test.png differ