mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fooled around with joints for hiding lag
This commit is contained in:
parent
f5eacb6335
commit
8f245f33d6
4 changed files with 68 additions and 12 deletions
|
|
@ -22,7 +22,7 @@ define({
|
|||
WALK_SPEED: 2.5,
|
||||
RUN_SPEED: 4.0,
|
||||
FLY_SPEED: 3.2,
|
||||
JUMP_SPEED: 3.0,
|
||||
JUMP_SPEED: 4.0,
|
||||
JUMP_UPLIFT: 0.05,
|
||||
|
||||
// restitution: bouncyness, friction: rubbing, density: mass
|
||||
|
|
@ -46,5 +46,5 @@ define({
|
|||
DEBUG_MODE: true,
|
||||
|
||||
// NETWORKING
|
||||
WORLD_UPDATE_BROADCAST_INTERVAL: 100
|
||||
WORLD_UPDATE_BROADCAST_INTERVAL: 70
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue