From 30f601d4df3bbd56d6c8e43f47a4c2ce8a88eb7e Mon Sep 17 00:00:00 2001 From: Florian Wetzel Date: Thu, 30 Oct 2025 17:05:38 +0100 Subject: [PATCH] Anpassung Darstellung --- Start_Mac/graphicalGame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Start_Mac/graphicalGame.c b/Start_Mac/graphicalGame.c index fc648b6..64b9d71 100644 --- a/Start_Mac/graphicalGame.c +++ b/Start_Mac/graphicalGame.c @@ -403,6 +403,7 @@ static int allWordsFound(SearchWordPanel searchWordPanel) // Main game loop where game is run and updated static void gameLoop(const Vector2 screenSize, MouseSelection mouseSelection, CharSquarePanel squarePanel, SearchWordPanel searchWordPanel, const HelperMessage helperMsg, const WinMessage winMsg) { + SetConfigFlags(FLAG_WINDOW_HIGHDPI); InitWindow(screenSize.x, screenSize.y, "Word Salad"); // Initialize game window SetTargetFPS(60);