Merge branch 'main' into la-fusion-de-l'enfer

This commit is contained in:
2024-03-29 16:49:31 +01:00
58 changed files with 23966 additions and 554 deletions

View File

@@ -282,9 +282,9 @@ void SystemClass::InitializeWindows(int& screenWidth, int& screenHeight)
}
else
{
// If windowed then set it to 800x600 resolution.
screenWidth = 800;
screenHeight = 600;
// If windowed then set it to 1600x900 resolution.
screenWidth = 1600;
screenHeight = 900;
// Place the window in the middle of the screen.
posX = (GetSystemMetrics(SM_CXSCREEN) - screenWidth) / 2;