diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-22 16:16:27 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-22 16:16:27 +0100 |
commit | 4ce924b1b1322ee4da3ba50d6da856ad13a2190b (patch) | |
tree | fdb411aa1a79dd6f7e16bdc145607ca8813b118c /src/crepe/api/Camera.h | |
parent | 385f19a8c896ec126c569f1e5337d6d370d20517 (diff) |
working scaling image with scaling world to screen
Diffstat (limited to 'src/crepe/api/Camera.h')
-rw-r--r-- | src/crepe/api/Camera.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/crepe/api/Camera.h b/src/crepe/api/Camera.h index c42ed0d..083dc19 100644 --- a/src/crepe/api/Camera.h +++ b/src/crepe/api/Camera.h @@ -38,10 +38,8 @@ public: Vector2 viewport = {2000, 1000}; //! scale scaling factor from world units to pixel coordinates - Vector2 scale = {0, 0}; - //! Zoom level of the camera view. - double zoom = 1.0f; + double zoom = 1.5f; public: /** |