Add original 2048 skin !

This commit is contained in:
manzerbredes 2015-05-03 17:18:10 +02:00
parent 7f0edabb5d
commit fb7fb90b85
2 changed files with 54 additions and 5 deletions

View file

@ -20,5 +20,6 @@ class MainWindow : public sf::RenderWindow{
void clearBG();
void drawCells();
sf::Color getCellColor(int value);
};