Superman + Alfred

This commit is contained in:
MarcEricMartel
2023-11-27 16:12:12 -05:00
parent cfc7f7e01d
commit e8ca08ecab
4 changed files with 36 additions and 7 deletions

View File

@@ -5,5 +5,5 @@
int main() {
Engine engine;
engine.SetMaxFps(60);
engine.Start("Syndicat Quebecois de la Construction Simulator 2023", 1920, 1080, false);
engine.Start("Syndicat Quebecois de la Construction Simulator 2023", 800, 600, false);
}