From 6a2d132873ce7b40405a3dc000a12539fffd969b Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 1 Sep 2021 12:59:50 -0400 Subject: Init --- src/renderConstants.zig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/renderConstants.zig (limited to 'src/renderConstants.zig') diff --git a/src/renderConstants.zig b/src/renderConstants.zig new file mode 100644 index 0000000..12bce07 --- /dev/null +++ b/src/renderConstants.zig @@ -0,0 +1,7 @@ +pub const planeWidth = 320; +pub const planeHeight = 240; + +pub const backTextureWidth: f32 = 1280.0; +pub const backTextureHeight: f32 = 240.0; + +pub const wallTextureDim: f32 = 16.0; -- cgit v1.3.1