From: Arvid Norlander Date: Sun, 28 Feb 2010 18:13:39 +0000 (+0000) Subject: Commiting fix for world1, level25 from bug #586 "Arctic Ruins background too small... X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=02c237758f957ece16f478029ead05c9605b2051;p=supertux.git Commiting fix for world1, level25 from bug #586 "Arctic Ruins background too small for new resolution". Thanks to lazure for this fix. This replaces ocean.jpg with new split images. Note that ocean.jpg is still used in some other levels, and thus it can't be removed. SVN-Revision: 6460 --- diff --git a/data/images/background/bridgecloud-dark.png b/data/images/background/bridgecloud-dark.png new file mode 100644 index 000000000..2affcc60f Binary files /dev/null and b/data/images/background/bridgecloud-dark.png differ diff --git a/data/images/background/bridgecloud-light.png b/data/images/background/bridgecloud-light.png new file mode 100644 index 000000000..59ace8cfd Binary files /dev/null and b/data/images/background/bridgecloud-light.png differ diff --git a/data/images/background/bridgeocean-fade.png b/data/images/background/bridgeocean-fade.png new file mode 100644 index 000000000..c9ad37901 Binary files /dev/null and b/data/images/background/bridgeocean-fade.png differ diff --git a/data/images/background/bridgeocean-nofade.png b/data/images/background/bridgeocean-nofade.png new file mode 100644 index 000000000..8ccf04427 Binary files /dev/null and b/data/images/background/bridgeocean-nofade.png differ diff --git a/data/images/background/bridgeocean-original.png b/data/images/background/bridgeocean-original.png new file mode 100644 index 000000000..68ac89ec0 Binary files /dev/null and b/data/images/background/bridgeocean-original.png differ diff --git a/data/levels/world1/25 - Arctic Ruins.stl b/data/levels/world1/25 - Arctic Ruins.stl index 89db0ba03..a080bbb78 100644 --- a/data/levels/world1/25 - Arctic Ruins.stl +++ b/data/levels/world1/25 - Arctic Ruins.stl @@ -8,8 +8,16 @@ (music "music/chipdisko.ogg") (ambient-light 1 1 1) (background - (speed 0.5) - (image "images/background/ocean.jpg") + (alignment "top") + (speed 0.2) + (image "images/background/bridgecloud-dark.png") + (layer -175) + ) + (background + (alignment "bottom") + (speed 0.7) + (image "images/background/bridgeocean-fade.png") + (layer -195) ) (bouncingsnowball (x 7903) @@ -46,6 +54,10 @@ (x 7002.787) (y 480.7158) ) + (gradient + (top_color 0 0 0) + (bottom_color 0.003921569 0.003921569 0.003921569) + ) (jumpy (x 4960) (y 578)