code/_onclick/hud/rendering/plane_master_group.dm
/datum/plane_master_group | Datum that represents one "group" of plane masters So all the main window planes would be in one, all the spyglass planes in another Etc |
---|---|
/datum/plane_master_group/popup | Holds plane masters for popups, like camera windows Note: We do not scale this plane, even though we could This is because it's annoying to get turfs to position inside it correctly If you wanna try someday feel free, but I can't manage it |
MAX_CLIENT_BUILD_WITH_WORKING_SECONDARY_MAPS | This is janky as hell but since something changed with CENTER positioning after build 1614 we have to switch to the bandaid LEFT,TOP positioning using LEFT,TOP at or before 1614 will result in another broken offset for cameras |
/datum/plane_master_group/main | Holds the main plane master |
/datum/plane_master_group/hudless | Hudless group. Exists for testing |
Define Details
MAX_CLIENT_BUILD_WITH_WORKING_SECONDARY_MAPS
This is janky as hell but since something changed with CENTER positioning after build 1614 we have to switch to the bandaid LEFT,TOP positioning using LEFT,TOP at or before 1614 will result in another broken offset for cameras