From 85130a923313fdcaa86944c63a094ef37f3b18cc Mon Sep 17 00:00:00 2001 From: IntegratedQuantum Date: Mon, 24 Jun 2024 23:30:49 +0200 Subject: [PATCH] Increase eye height to 1.7 Makes #514 less severe. --- src/game.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.zig b/src/game.zig index 5753f563..264863e6 100644 --- a/src/game.zig +++ b/src/game.zig @@ -66,7 +66,7 @@ pub const Player = struct { pub const radius = 0.3; pub const height = 1.8; - pub const eye = 1.5; + pub const eye = 1.7; pub const jumpHeight = 1.25; fn loadFrom(json: JsonElement) void {