moved colours

This commit is contained in:
Karma Riuk 2025-02-06 18:23:19 +01:00
parent 811acaa479
commit 56b74318c1
2 changed files with 3 additions and 0 deletions

BIN
cpp/res/arial.ttf Normal file

Binary file not shown.

View File

@ -23,6 +23,9 @@ class GUI : public View {
sf::RenderWindow window; sf::RenderWindow window;
sf::Texture textures[6][2]; sf::Texture textures[6][2];
sf::Sprite pieces[64]; sf::Sprite pieces[64];
sf::Color colours[2] = {
sf::Color(0xB88762FF), sf::Color(0xEDD6B0FF)
}; // Light and dark squares
void load_textures(); void load_textures();
void handle_events(); void handle_events();