mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-20 15:56:38 +01:00
tl;dr level collections that can easily be logically restructured/moved as necessary will eventually be used for radio and overmaps location resolution. this is the last part of https://github.com/Citadel-Station-13/Citadel-Station-13-RP/pull/4841 that has not yet been integrated. this will be a draft for a while. --------- Co-authored-by: LetterN <24603524+LetterN@users.noreply.github.com>
14 lines
529 B
Plaintext
14 lines
529 B
Plaintext
|
|
/datum/map_level
|
|
//* LEGACY BELOW *//
|
|
|
|
var/flags = 0 // Bitflag of which *_levels lists this z should be put into.
|
|
//! legacy: what planet to make/use
|
|
var/planet_path
|
|
|
|
// Holomaps
|
|
var/holomap_offset_x = -1 // Number of pixels to offset the map right (for centering) for this z
|
|
var/holomap_offset_y = -1 // Number of pixels to offset the map up (for centering) for this z
|
|
var/holomap_legend_x = 96 // x position of the holomap legend for this z
|
|
var/holomap_legend_y = 96 // y position of the holomap legend for this z
|