physics work

This commit is contained in:
Mitchell Marino 2026-01-31 13:43:52 -06:00
parent bd5e88aa7a
commit e4be421ef9

View File

@ -52,7 +52,7 @@ impl CharacterControllerBundle {
body: RigidBody::Kinematic, body: RigidBody::Kinematic,
collider, collider,
speed: MaxSpeed(100.), speed: MaxSpeed(100.),
acceleration: MaxAcceleration(100.), acceleration: MaxAcceleration(1000.),
} }
} }
} }