Increase eye height to 1.7

Makes #514 less severe.
This commit is contained in:
IntegratedQuantum 2024-06-24 23:30:49 +02:00
parent a80a9f90e8
commit 85130a9233

View File

@ -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 {