mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
* Circuit updates, adds new components, improves printer, new assemblies. * Finishes powernet circuit. * Adds wearable assemblies. * Finialization before merging with GLOB port. * Finishes circuit update, hopefully. * Forgot to undo map. * Removes debug output.
17 lines
734 B
Plaintext
17 lines
734 B
Plaintext
//Color defines used by the assembly detailer.
|
|
#define COLOR_ASSEMBLY_BLACK "#545454"
|
|
#define COLOR_ASSEMBLY_BGRAY "#9497AB"
|
|
#define COLOR_ASSEMBLY_WHITE "#E2E2E2"
|
|
#define COLOR_ASSEMBLY_RED "#CC4242"
|
|
#define COLOR_ASSEMBLY_ORANGE "#E39751"
|
|
#define COLOR_ASSEMBLY_BEIGE "#AF9366"
|
|
#define COLOR_ASSEMBLY_BROWN "#97670E"
|
|
#define COLOR_ASSEMBLY_GOLD "#AA9100"
|
|
#define COLOR_ASSEMBLY_YELLOW "#CECA2B"
|
|
#define COLOR_ASSEMBLY_GURKHA "#999875"
|
|
#define COLOR_ASSEMBLY_LGREEN "#789876"
|
|
#define COLOR_ASSEMBLY_GREEN "#44843C"
|
|
#define COLOR_ASSEMBLY_LBLUE "#5D99BE"
|
|
#define COLOR_ASSEMBLY_BLUE "#38559E"
|
|
#define COLOR_ASSEMBLY_PURPLE "#6F6192"
|
|
#define COLOR_ASSEMBLY_HOT_PINK "#FF69B4" |