aboutsummaryrefslogtreecommitdiff
path: root/src/constants.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.zig')
-rw-r--r--src/constants.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.zig b/src/constants.zig
index d363af5..1ca0c4f 100644
--- a/src/constants.zig
+++ b/src/constants.zig
@@ -18,8 +18,8 @@
pub const ScreenWidth: f32 = 1024;
pub const ScreenHeight: f32 = 768;
-pub const PlaneWidth = 640;
-pub const PlaneHeight = 480;
+pub const PlaneWidth = 320;
+pub const PlaneHeight = 240;
pub const HFact = ScreenWidth / PlaneWidth;
pub const VFact = ScreenHeight / PlaneHeight;