From 48b245bd1028084393f3c0adb48bdc841fb240bf Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 6 Jan 2024 13:15:40 +0100 Subject: [PATCH] reduce initial window size --- includes/Ecran.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Ecran.hpp b/includes/Ecran.hpp index fd98c64..4795f7d 100644 --- a/includes/Ecran.hpp +++ b/includes/Ecran.hpp @@ -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