aboutsummaryrefslogtreecommitdiff
path: root/src/renderConstants.zig
blob: 12bce07015eeead5b3ccaa24989a32890795b4b5 (plain)
1
2
3
4
5
6
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;