nagłówek :D
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -11,7 +11,7 @@
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
std::clog << "Game started\n";
|
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.setVerticalSyncEnabled(true);
|
||||||
mainWindow.setFramerateLimit(60);
|
mainWindow.setFramerateLimit(60);
|
||||||
Plansza plansza(mainWindow.getSize().y, mainWindow.getSize().x);
|
Plansza plansza(mainWindow.getSize().y, mainWindow.getSize().x);
|
||||||
|
|||||||
Reference in New Issue
Block a user