Colors are now being loaded from assets/palette.json

This commit is contained in:
Zed A. Shaw 2025-07-17 10:50:09 -04:00
parent 48a7f72411
commit f4fa50a413
13 changed files with 113 additions and 52 deletions

View file

@ -7,4 +7,6 @@ namespace palette {
void init(const std::string &config="assets/palette.json");
sf::Color get(const string &key);
sf::Color get(const string &key, const string &value);
}