mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
* Items with colourable accents Changes the way loadout items with additional colours worked to be part of all items, rather than changes to each of their update_icon procs. Also added a few new clothing items with colourable accents. * merge conflict fixes Gah. .dmi files why.
8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
#define GEAR_NO_SELECTION BITFLAG(0)
|
|
#define GEAR_HAS_COLOR_SELECTION BITFLAG(1)
|
|
#define GEAR_HAS_ALPHA_SELECTION BITFLAG(2)
|
|
#define GEAR_HAS_ACCENT_COLOR_SELECTION BITFLAG(3)
|
|
#define GEAR_HAS_NAME_SELECTION BITFLAG(4)
|
|
#define GEAR_HAS_DESC_SELECTION BITFLAG(5)
|
|
#define GEAR_HAS_COLOR_ROTATION_SELECTION BITFLAG(6)
|