nagłówek :D

This commit is contained in:
2024-11-21 17:45:52 +01:00
committed by Andrii Solianyk
parent b273358107
commit 0b55c2aa76

View File

@@ -11,7 +11,7 @@
int main()
{
std::clog << "Game started\n";
sf::RenderWindow mainWindow(sf::VideoMode(600, 800), "My mainWindow");
sf::RenderWindow mainWindow(sf::VideoMode(600, 800), "LotoStatek");
mainWindow.setVerticalSyncEnabled(true);
mainWindow.setFramerateLimit(60);
Plansza plansza(mainWindow.getSize().y, mainWindow.getSize().x);