mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
decreased jumping height a bit, was still too high i think
This commit is contained in:
parent
b3ee560c02
commit
bbd143eae0
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ function () {
|
|||
WALK_SPEED: 4,
|
||||
RUN_SPEED: 8,
|
||||
FLY_SPEED: 6.2,
|
||||
JUMP_SPEED: 19,
|
||||
JUMP_STOP_DAMPING_FACTOR: 0.5,
|
||||
JUMP_SPEED: 16,
|
||||
JUMP_STOP_DAMPING_FACTOR: 0.4,
|
||||
MAX_THROW_FORCE: 28,
|
||||
MAX_THROW_ANGULAR_VELOCITY: 3,
|
||||
MAX_RUNNING_WEIGHT: 9,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue