From e95d2bd264df2682f05db4a5873594af52a7583a Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 5 Sep 2021 20:45:43 -0400 Subject: Changed map scaling, texture indexing, finished object rendering! --- src/map.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.zig') diff --git a/src/map.zig b/src/map.zig index 92ca5be..b73fd36 100644 --- a/src/map.zig +++ b/src/map.zig @@ -18,7 +18,7 @@ const std = @import("std"); // Let's pretend that our units are meters -pub const MAX_HEIGHT: f32 = 2.5; +pub const MAX_HEIGHT: f32 = 1; pub const Object = struct { height : f32, -- cgit v1.3.1