diff --git a/code/_onclick/hud/parallax.dm b/code/_onclick/hud/parallax.dm index a2363c5c..7f83b9a4 100644 --- a/code/_onclick/hud/parallax.dm +++ b/code/_onclick/hud/parallax.dm @@ -354,18 +354,18 @@ /obj/screen/parallax_layer/layenia/clouds1 icon_state = "layenia1" - speed = 1 + speed = 0.6 layer = 6 /obj/screen/parallax_layer/layenia/clouds2 icon_state = "layenia2" speed = 1 - layer = 1.4 + layer = 7 /obj/screen/parallax_layer/layenia/clouds3 icon_state = "layenia3" - speed = 1 - layer = 3 + speed = 1.4 + layer = 8 /obj/screen/parallax_layer/layenia/update_status(mob/M) var/client/C = M.client diff --git a/icons/effects/parallax.dmi b/icons/effects/parallax.dmi index 07eb1d81..bbcb3659 100644 Binary files a/icons/effects/parallax.dmi and b/icons/effects/parallax.dmi differ