moved colours
This commit is contained in:
parent
811acaa479
commit
56b74318c1
BIN
cpp/res/arial.ttf
Normal file
BIN
cpp/res/arial.ttf
Normal file
Binary file not shown.
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user