This commit is contained in:
2026-05-13 07:58:59 +02:00
parent d9769bdbbb
commit 892d8f22eb
18 changed files with 242 additions and 77 deletions

View File

@@ -11,6 +11,8 @@ namespace Game::Renderer {
float camY;
int screenW;
int screenH;
float scaleX; // Scale from logical (1280) to actual screen width
float scaleY; // Scale from logical (720) to actual screen height
} RendererConfig;
class Renderer {