Ports Bay Blob (#8328)

This commit is contained in:
Geeves
2021-02-10 17:43:42 +02:00
committed by GitHub
parent 5ae16293e5
commit 5298d94de2
6 changed files with 329 additions and 227 deletions
+5
View File
@@ -38,4 +38,9 @@
#define MECH_GEAR_LAYER 4.08
#define MECH_ABOVE_LAYER 4.09
// Blob Layers
#define BLOB_SHIELD_LAYER 4.11
#define BLOB_NODE_LAYER 4.12
#define BLOB_CORE_LAYER 4.13
#define CLICKCATCHER_PLANE -100
+7 -1
View File
@@ -122,4 +122,10 @@
#define COLOR_DARKMODE_BACKGROUND "#202020"
#define COLOR_DARKMODE_DARKBACKGROUND "#171717"
#define COLOR_DARKMODE_TEXT "#a4bad6"
#define COLOR_DARKMODE_TEXT "#a4bad6"
// Blob Colours
#define BLOB_COLOR_CORE "#c96e28"
#define BLOB_COLOR_SHIELD "#9ed659"
#define BLOB_COLOR_RAV "#d65f42"
#define BLOB_COLOR_PULS "#b5ff5b"