mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 01:56:55 +01:00
Co-authored-by: silicons <no@you.cat> Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
14 lines
385 B
Markdown
14 lines
385 B
Markdown
# atom hud system
|
|
|
|
atom HUDs are ultimately a way to attach /image's to specific /atom's, and manage showing/hiding them from consumers.
|
|
|
|
atom HUDs consist of 2 parts
|
|
|
|
## /datum/atom_hud_provider
|
|
|
|
provides icons to atom huds. tracks and processes updates.
|
|
|
|
## /datum/atom_hud
|
|
|
|
this is a hud that draws from a group of providers to provide those images to **perspectives** that use it.
|