Ajout Sprites + timer + ObjToTxt enlever

ObjToTxt à remplacer pour directement ouvrir un .obj
This commit is contained in:
StratiX0
2024-03-27 11:24:25 +01:00
parent 4f4e4bca44
commit 99af9f5f64
22 changed files with 707 additions and 3058 deletions

View File

@@ -213,9 +213,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;