test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user