From: Ingo Ruhnke Date: Sun, 28 Mar 2004 11:47:21 +0000 (+0000) Subject: - use new boxes everywhere X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cb99e4d9c3c928829945cdc7ff62868118e0ac92;p=supertux.git - use new boxes everywhere - added invisible-box (usefull for secrets) SVN-Revision: 403 --- diff --git a/data/images/tilesets/bonus-flower.png b/data/images/tilesets/bonus-flower.png new file mode 100644 index 000000000..3e2a68037 Binary files /dev/null and b/data/images/tilesets/bonus-flower.png differ diff --git a/data/images/tilesets/bonus-grow.png b/data/images/tilesets/bonus-grow.png new file mode 100644 index 000000000..0fa367b2d Binary files /dev/null and b/data/images/tilesets/bonus-grow.png differ diff --git a/data/images/tilesets/bonus-herring.png b/data/images/tilesets/bonus-herring.png new file mode 100644 index 000000000..af536dc55 Binary files /dev/null and b/data/images/tilesets/bonus-herring.png differ diff --git a/data/images/tilesets/bonus-invisible.png b/data/images/tilesets/bonus-invisible.png new file mode 100644 index 000000000..4a164acf7 Binary files /dev/null and b/data/images/tilesets/bonus-invisible.png differ diff --git a/data/images/tilesets/notile.png b/data/images/tilesets/notile.png new file mode 100644 index 000000000..6b9dd074c Binary files /dev/null and b/data/images/tilesets/notile.png differ diff --git a/data/images/tilesets/supertux.stgt b/data/images/tilesets/supertux.stgt index 884ab0222..eb7f8c723 100644 --- a/data/images/tilesets/supertux.stgt +++ b/data/images/tilesets/supertux.stgt @@ -4,26 +4,12 @@ (properties (id 0)) ;; Zero tile - (tile (id 0)) + (tile (id 0) + (images "notile.png")) (tile (id 1) - (images "background1.png") - (solid #f)) - (tile (id 2) - (images "background2.png") - (solid #f)) - (tile (id 3) - (images "background3.png") - (solid #f)) - (tile (id 4) - (images "background4.png") - (solid #f)) - (tile (id 5) - (images "background5.png") - (solid #f)) - (tile (id 6) - (images "background6.png") - (solid #f)) + (solid #t) + (images "notile.png")) (tile (id 7) (images "snow1.png") @@ -82,18 +68,8 @@ (solid #f)) (tile (id 26) - (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" - ) + (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") (anim-speed 50) (solid #t) (fullbox #t) @@ -286,7 +262,8 @@ (distro #t)) (tile (id 83) - (images "box-full.png") + (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") (fullbox #t) (solid #t) (next-tile 84) @@ -317,13 +294,17 @@ (tile (id 101) (images "bkgd-00.png")) (tile (id 102) - (images "box-full.png") + (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-flower.png") (solid #t) (fullbox #t) (data 2) (next-tile 84)) (tile (id 103) - (images "box-full.png") + (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-herring.png") (solid #t) (fullbox #t) (data 3) @@ -345,4 +326,30 @@ (next-tile 84) (solid #t)) + (tile (id 106) + (images "background1.png") + (solid #f)) + (tile (id 107) + (images "background2.png") + (solid #f)) + (tile (id 108) + (images "background3.png") + (solid #f)) + (tile (id 109) + (images "background4.png") + (solid #f)) + (tile (id 110) + (images "background5.png") + (solid #f)) + (tile (id 111) + (images "background6.png") + (solid #f)) + + (tile (id 112) + (editor-images "bonus-invisible.png") + (anim-speed 50) + (solid #t) + (fullbox #t) + (next-tile 84) + (data 0)) ) \ No newline at end of file