reduce initial window size

This commit is contained in:
Mylloon 2024-01-06 13:15:40 +01:00
parent 7dfe660ecd
commit 48b245bd10
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -16,7 +16,7 @@ public:
// Fenêtre
static sf::RenderWindow window;
Ecran(const uint width = 800, const uint height = 800,
Ecran(const uint width = 600, const uint height = 600,
const std::string name = "Projet",
const bool printFps = false); // constructor
~Ecran(); // destructor