More intuitive coloration in spell menu

This commit is contained in:
2025-01-18 17:38:29 -06:00
parent 0ef3ad81d9
commit c7ce84def2
2 changed files with 11 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ void undo_clip(sf::RenderTarget& where);
namespace Colours {
const sf::Color WHITE = sf::Color::White;
const sf::Color BLACK = sf::Color::Black;
const sf::Color GREY { 0x80, 0x80, 0x80};
const sf::Color RED { 0xdd, 0x00, 0x00};
const sf::Color GREEN { 0x00, 0x88, 0x00};
const sf::Color BLUE { 0x00, 0x00, 0xdd};