mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
* tgu * utter bullshit * fixes more bugs * a * barsign bullshit * Update barsigns.dm * bitrunner update * infiltrator bullshit * ports 2 gamebreaking bug fixes * mentorwho is now in a block * Sec mech bay for fulp maps * merge conflict * oh man im pushing this to map depot --------- Co-authored-by: SgtHunk <68669754+SgtHunk@users.noreply.github.com>
6 lines
299 B
Plaintext
6 lines
299 B
Plaintext
#define SPACE_SIGNAL_GPSTAG "Distant Signal"
|
|
|
|
/// Every mob in the game will have a screen object sitting inside them with a reference matching this
|
|
/// So you can render_source against it and never need to update it again
|
|
#define SPACE_OVERLAY_RENDER_TARGET(offset) "*space_overlay_target[offset]"
|