diff options
| author | tslil clingman <> | 2021-09-29 21:23:52 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-09-29 21:35:09 -0400 |
| commit | b44d2155e6a43b2abaf3c5c6d934d97ead72c099 (patch) | |
| tree | ba9c0adaff8736f03c49151c8c9c031416d68729 /src/constants.zig | |
| parent | 72dcaf8b2f811d0d1525592b2a1a63327b2fbc7a (diff) | |
Better description
Diffstat (limited to 'src/constants.zig')
| -rw-r--r-- | src/constants.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.zig b/src/constants.zig index 1ca0c4f..d363af5 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 = 320; -pub const PlaneHeight = 240; +pub const PlaneWidth = 640; +pub const PlaneHeight = 480; pub const HFact = ScreenWidth / PlaneWidth; pub const VFact = ScreenHeight / PlaneHeight; |
