From de27aee9835600ef32df1e6cceaa5b6f2450c283 Mon Sep 17 00:00:00 2001 From: grumbel Date: Tue, 1 Dec 2009 04:06:58 +0000 Subject: [PATCH] Make use of alignment for resolution independent parallax scrolling git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6161 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- 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