From 846cae6bf050c5f49268a35ae60726a99459722d Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Tue, 1 Dec 2009 04:06:58 +0000 Subject: [PATCH] Make use of alignment for resolution independent parallax scrolling SVN-Revision: 6161 --- data/levels/world1/13 - Above the Arctic Skies.stl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/levels/world1/13 - Above the Arctic Skies.stl b/data/levels/world1/13 - Above the Arctic Skies.stl index 3572fbb85..f6517c83f 100644 --- a/data/levels/world1/13 - Above the Arctic Skies.stl +++ b/data/levels/world1/13 - Above the Arctic Skies.stl @@ -10,16 +10,19 @@ (background (speed 0.25) + (alignment "bottom") (image "images/background/arcticskies1.png") ) (background (speed 0.5) + (alignment "bottom") (image "images/background/arcticskies2.png") ) (background (speed 0.75) + (alignment "bottom") (scroll-speed-x -25) (image "images/background/arcticskies3.png") ) @@ -27,6 +30,7 @@ (background (speed 1.5) (layer 100) + (alignment "bottom") (scroll-speed-x -50) (image "images/background/arcticskies35.png") ) @@ -34,6 +38,7 @@ (background (speed 2) (layer 4000) + (alignment "bottom") (image "images/background/arcticskies4.png") ) -- 2.11.0