From: Ingo Ruhnke Date: Fri, 16 Apr 2004 14:31:58 +0000 (+0000) Subject: - added 1up to tileset X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8649bd473126548ff289351cb425beddb29f4e07;p=supertux.git - added 1up to tileset SVN-Revision: 529 --- diff --git a/data/images/tilesets/bonus-1up.png b/data/images/tilesets/bonus-1up.png new file mode 100644 index 000000000..311bcc1fe Binary files /dev/null and b/data/images/tilesets/bonus-1up.png differ diff --git a/data/images/tilesets/supertux.stgt b/data/images/tilesets/supertux.stgt index 54fff9a92..19304ad22 100644 --- a/data/images/tilesets/supertux.stgt +++ b/data/images/tilesets/supertux.stgt @@ -408,5 +408,14 @@ (tile (id 127) (images "exitfg.png") (solid #f)) + + (tile (id 128) + (images "bonus2-1.png" "bonus2-2.png" "bonus2-3.png" "bonus2-4.png" "bonus2-5.png" "bonus2-4.png" + "bonus2-3.png" "bonus2-2.png" "bonus2-1.png" "bonus2-1.png" "bonus2-1.png") + (editor-images "bonus-1up.png") + (solid #t) + (fullbox #t) + (data 4) + (next-tile 84)) )