aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Camera.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-22 16:16:27 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-22 16:16:27 +0100
commit4ce924b1b1322ee4da3ba50d6da856ad13a2190b (patch)
treefdb411aa1a79dd6f7e16bdc145607ca8813b118c /src/crepe/api/Camera.h
parent385f19a8c896ec126c569f1e5337d6d370d20517 (diff)
working scaling image with scaling world to screen
Diffstat (limited to 'src/crepe/api/Camera.h')
-rw-r--r--src/crepe/api/Camera.h4
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:
/**