code/_onclick/hud/rendering/plane_master_controller.dm
/atom/movable/plane_master_controller | Atom that manages and controls multiple planes. It's an atom so we can hook into add_filter etc. Multiple controllers can control one plane. Of note: plane master controllers are currently not very extensively used, because render plates fill a semi similar niche This could well change someday, and I'd like to keep this stuff around, so we use it for a few cases just out of convenience |
---|---|
/atom/movable/plane_master_controller/game | Exists for convienience when referencing all game render plates |
/atom/movable/plane_master_controller/non_master | Exists for convienience when referencing all non-master render plates. This is the whole game and the UI, but not the escape menu. |
/atom/movable/plane_master_controller/colorblind | Exists for convienience when referencing all game render plates |