mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
fixes the sending and rendering of game stats
This commit is contained in:
parent
cad112419d
commit
a66a327386
8 changed files with 81 additions and 62 deletions
|
|
@ -55,6 +55,7 @@ function () {
|
|||
RAGDOLL_DESTRUCTION_TIME: 10,
|
||||
VIEWPORT_SPEED_FACTOR: 640,
|
||||
VIEWPORT_LOOK_AHEAD: 0.1,
|
||||
SCORE_MESSAGE_TIMEOUT: 3500,
|
||||
|
||||
// restitution: bouncyness, friction: rubbing, density: mass
|
||||
TILE_FRICTION: 0.99,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue