Lavaland parallax

This commit is contained in:
ariaworld
2024-09-07 02:27:30 +02:00
parent 26fbf8af14
commit cc10cec061
+2 -2
View File
@@ -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,