From f0803a5c5dd22a7c86b375f2dd786a5e409d3338 Mon Sep 17 00:00:00 2001 From: austin Date: Tue, 19 Oct 2021 18:22:43 -0400 Subject: [PATCH] Make human faster --- assets/Data/creatures.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/Data/creatures.json b/assets/Data/creatures.json index d16c1f48..a4a5c504 100644 --- a/assets/Data/creatures.json +++ b/assets/Data/creatures.json @@ -88,8 +88,8 @@ "movementSystems" : [ { "type" : "GROUND", - "acceleration" : 0.05, - "maxVelocity" : 0.25 + "acceleration" : 0.15, + "maxVelocity" : 1 } ], "physicsObject" : {