From e4be421ef9c9fbd9e8ca56567b02edd7ff0644d9 Mon Sep 17 00:00:00 2001 From: Mitchell M Date: Sat, 31 Jan 2026 13:43:52 -0600 Subject: [PATCH] physics work --- src/avian.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avian.rs b/src/avian.rs index 4e5109b..2992c45 100644 --- a/src/avian.rs +++ b/src/avian.rs @@ -52,7 +52,7 @@ impl CharacterControllerBundle { body: RigidBody::Kinematic, collider, speed: MaxSpeed(100.), - acceleration: MaxAcceleration(100.), + acceleration: MaxAcceleration(1000.), } } }