generated from freudenreichan/info2Praktikum-Wortsalat
Anpassung Darstellung
This commit is contained in:
parent
f89019437f
commit
30f601d4df
@ -403,6 +403,7 @@ static int allWordsFound(SearchWordPanel searchWordPanel)
|
|||||||
// Main game loop where game is run and updated
|
// 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)
|
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
|
InitWindow(screenSize.x, screenSize.y, "Word Salad"); // Initialize game window
|
||||||
|
|
||||||
SetTargetFPS(60);
|
SetTargetFPS(60);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user