afegit default per a fullscreen

This commit is contained in:
2025-12-19 17:26:20 +01:00
parent 6f4eb9c1fc
commit b4b76ed6e8
2 changed files with 2 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ void init() {
// Window
window.width = Defaults::Window::WIDTH;
window.height = Defaults::Window::HEIGHT;
window.fullscreen = false;
window.fullscreen = Defaults::Window::FULLSCREEN;
window.zoom_factor = Defaults::Window::BASE_ZOOM;
// Physics