BlockType: allow specifying visible and green value per damage value

This commit is contained in:
Matthias Schiffer 2017-08-19 13:01:01 +02:00
parent 292f4f4f3b
commit b04e1cb056
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 4617 additions and 266 deletions

File diff suppressed because it is too large Load diff

View file

@ -34,10 +34,10 @@ namespace Resource {
struct BlockType {
bool opaque;
bool green;
uint32_t colors[16];
uint32_t color;
};
extern const BlockType BLOCK_TYPES[256];
extern const BlockType BLOCK_TYPES[256][16];
}
}