aboutsummaryrefslogtreecommitdiff
path: root/src/renderConstants.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderConstants.zig')
-rw-r--r--src/renderConstants.zig7
1 files changed, 7 insertions, 0 deletions
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;