Colors are now being loaded from assets/palette.json
This commit is contained in:
parent
48a7f72411
commit
f4fa50a413
13 changed files with 113 additions and 52 deletions
|
@ -39,8 +39,8 @@ namespace components {
|
|||
|
||||
struct Tile {
|
||||
wchar_t display;
|
||||
std::array<uint8_t, 3> foreground;
|
||||
std::array<uint8_t, 3> background;
|
||||
std::string foreground;
|
||||
std::string background;
|
||||
};
|
||||
|
||||
struct GameConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue