mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added washing machine, fixed grabbing and rotation and position
This commit is contained in:
parent
3a07d946b0
commit
fa9a0d5d22
5 changed files with 55 additions and 13 deletions
|
|
@ -23,10 +23,10 @@ define({
|
|||
|
||||
// GAME PLAY
|
||||
WALK_SPEED: 4,
|
||||
RUN_SPEED: 6.4,
|
||||
FLY_SPEED: 5.12,
|
||||
RUN_SPEED: 8,
|
||||
FLY_SPEED: 6.2,
|
||||
JUMP_SPEED: 70,
|
||||
MAX_THROW_FORCE: 15,
|
||||
MAX_THROW_FORCE: 18,
|
||||
|
||||
// restitution: bouncyness, friction: rubbing, density: mass
|
||||
TILE_FRICTION: 0.99,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue