aboutsummaryrefslogtreecommitdiff
path: root/src/renderConstants.zig
diff options
context:
space:
mode:
authortslil clingman <>2021-09-01 12:59:50 -0400
committertslil clingman <>2021-09-01 12:59:50 -0400
commit6a2d132873ce7b40405a3dc000a12539fffd969b (patch)
tree3b730360b348900fbc937bd44b89c293c39ca00c /src/renderConstants.zig
Init
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;