mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
var/datum/subsystem/parallax/SSparallax
|
|
|
|
/datum/subsystem/parallax
|
|
name = "Space Parallax"
|
|
init_order = 18
|
|
flags = SS_NO_FIRE
|
|
|
|
/datum/subsystem/parallax/New()
|
|
NEW_SS_GLOBAL(SSparallax)
|
|
|
|
/datum/subsystem/parallax/Initialize()
|
|
create_global_parallax_icons()
|