Two New Away Sites + Extra Tiles and Other Stuff (#14611)

This commit is contained in:
WickedCybs
2022-08-23 01:49:39 +02:00
committed by GitHub
parent d3ec596e5f
commit e1ceeecfe2
25 changed files with 28512 additions and 0 deletions
+10
View File
@@ -104,6 +104,16 @@
#define COLOR_VAURCA_BLOOD "#E6E600"
// Wood Colours
#define WOOD_COLOR_BIRCH "#d5a66e"
#define WOOD_COLOR_RICH "#792f27"
#define WOOD_COLOR_PALE "#d2bc9d"
#define WOOD_COLOR_PALE2 "#e6d2ba"
#define WOOD_COLOR_BLACK "#332521"
#define WOOD_COLOR_CHOCOLATE "#543c30"
#define WOOD_COLOR_YELLOW "#e3994e"
//Color defines used by the assembly detailer.
#define COLOR_ASSEMBLY_BLACK "#545454"
#define COLOR_ASSEMBLY_BGRAY "#9497AB"
+7
View File
@@ -51,6 +51,13 @@
// Wood.
#define MATERIAL_WOOD "wood"
#define MATERIAL_BIRCH "birch wood"
#define MATERIAL_MAHOGANY "mahogany wood"
#define MATERIAL_MAPLE "maple wood"
#define MATERIAL_BAMBOO "bamboo wood"
#define MATERIAL_EBONY "ebony wood"
#define MATERIAL_WALNUT "walnut wood"
#define MATERIAL_YEW "yew wood"
#define MATERIAL_WOOD_HOLO "holowood"
#define MATERIAL_WOOD_LOG "log"
#define MATERIAL_WOOD_BRANCH "branch"