From c021ffe3bb2c6d0c80f958a1717d746ac2c1d08b Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Sat, 7 Sep 2024 14:55:24 +0200 Subject: [PATCH] Space 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 8056fe7e4a..3541c2d1dd 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(75, 110) - var/static/planet_offset_y = rand(75, 110) + var/static/planet_offset_x = rand(100, 130) + var/static/planet_offset_y = rand(100, 130) 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,