fixed remote joint

This commit is contained in:
Jeena 2014-01-20 16:22:31 +01:00
parent 0665348ae2
commit b159bbb1cc
12 changed files with 143 additions and 29 deletions

View file

@ -27,6 +27,8 @@ define({
FLY_SPEED: 6.2,
JUMP_SPEED: 20,
MAX_THROW_FORCE: 18,
MAX_THROW_ANGULAR_VELOCITY: 8,
MAX_RUNNING_WEIGHT: 9,
// restitution: bouncyness, friction: rubbing, density: mass
TILE_FRICTION: 0.99,