From cc10cec061db61192b656d7ee2ff96ed7e7c5672 Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Sat, 7 Sep 2024 02:27:30 +0200 Subject: [PATCH] Lavaland parallax --- code/_rendering/parallax/types/space.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/_rendering/parallax/types/space.dm b/code/_rendering/parallax/types/space.dm index 3541c2d1dd..8056fe7e4a 100644 --- a/code/_rendering/parallax/types/space.dm +++ b/code/_rendering/parallax/types/space.dm @@ -1,6 +1,6 @@ /datum/parallax/space - var/static/planet_offset_x = rand(100, 130) - var/static/planet_offset_y = rand(100, 130) + var/static/planet_offset_x = rand(75, 110) + var/static/planet_offset_y = rand(75, 110) var/static/random_layer = pickweightAllowZero(list( /atom/movable/screen/parallax_layer/space/random/asteroids = 35, /atom/movable/screen/parallax_layer/space/random/space_gas = 35,