This commit is contained in:
2025-01-22 11:01:22 -06:00
parent 4c53acc686
commit d8089fe013

View File

@@ -44,7 +44,7 @@ std::map<std::string,sf::Color> colour_map = {
{"maroon", Colours::MAROON},
{"olive", Colours::OLIVE},
{"purple", Colours::PURPLE},
{"silvel", Colours::SILVER}
{"silver", Colours::SILVER}
};
// TODO: Put these classes in a header?