mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-02 13:42:32 +00:00
* refactor action buttons * fix cult spell charge overlay * lewc review * update for a/mhelp buttons and xenobio organs * update for minebot * properly create button each time * directly add/remove unavail overlay for reasons * lewc review
16 lines
566 B
Plaintext
16 lines
566 B
Plaintext
|
|
#define UPDATE_BUTTON_NAME (1<<0)
|
|
#define UPDATE_BUTTON_ICON (1<<1)
|
|
#define UPDATE_BUTTON_BACKGROUND (1<<2)
|
|
#define UPDATE_BUTTON_OVERLAY (1<<3)
|
|
#define UPDATE_BUTTON_STATUS (1<<4)
|
|
|
|
// Defines for formatting cooldown actions for the stat panel.
|
|
/// The stat panel the action is displayed in.
|
|
#define PANEL_DISPLAY_PANEL "panel"
|
|
/// The status shown in the stat panel.
|
|
/// Can be stuff like "ready", "on cooldown", "active", "charges", "charge cost", etc.
|
|
#define PANEL_DISPLAY_STATUS "status"
|
|
/// The name shown in the stat panel.
|
|
#define PANEL_DISPLAY_NAME "name"
|