corregit el escalat de finestra i mode fullscreen

This commit is contained in:
2025-12-02 17:10:53 +01:00
parent ec911979fb
commit 0139da4764
4 changed files with 135 additions and 58 deletions

View File

@@ -10,7 +10,7 @@ struct Window {
int width{640};
int height{480};
bool fullscreen{false};
int size_increment{100}; // Increment per F1/F2
float zoom_factor{1.0f}; // Zoom level (0.5x to max_zoom)
};
struct Physics {