Space parallax

This commit is contained in:
ariaworld
2024-09-07 14:55:24 +02:00
parent ea2e59b39b
commit c021ffe3bb
+2 -2
View File
@@ -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,