From: Ingo Ruhnke Date: Wed, 8 Oct 2014 09:52:00 +0000 (+0200) Subject: Split Halloween exit into foreground and background layer X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d2b30b4ac8e509e709253f0cc90be288c3a3d66a;p=supertux.git Split Halloween exit into foreground and background layer --- diff --git a/data/images/decal/halloween/exit.png b/data/images/decal/halloween/exit.png index 0ad0285b8..9feddd1b1 100644 Binary files a/data/images/decal/halloween/exit.png and b/data/images/decal/halloween/exit.png differ diff --git a/data/images/decal/halloween/exitfg.png b/data/images/decal/halloween/exitfg.png new file mode 100644 index 000000000..1bf4ebe19 Binary files /dev/null and b/data/images/decal/halloween/exitfg.png differ diff --git a/data/levels/halloween/halloween1.stl b/data/levels/halloween/halloween1.stl index 940d6f2c8..2ee72b603 100644 --- a/data/levels/halloween/halloween1.stl +++ b/data/levels/halloween/halloween1.stl @@ -266,7 +266,8 @@ (decal (x 5792) (y 416) - (sprite "images/decal/halloween/exit.png") + (layer 100) + (sprite "images/decal/halloween/exitfg.png") ) (decal (x 3648) @@ -286,6 +287,11 @@ (layer -50) (sprite "images/decal/halloween/tree.png") ) + (decal + (x 5792) + (y 416) + (sprite "images/decal/halloween/exit.png") + ) (jumpy (sprite "images/creatures/jumpy/jumpy.sprite") (x 2023)