added simple mode

This commit is contained in:
logsol 2014-12-09 15:55:28 +01:00
parent 1e233efbea
commit 0a0b3e8849
3 changed files with 26 additions and 6 deletions

View file

@ -45,6 +45,7 @@ define(function() {
HEALTH_DISPLAY_TIME: 2,
RAGDOLL_DESTRUCTION_TIME: 20,
VIEWPORT_SPEED_FACTOR: 640,
VIEWPORT_LOOK_AHEAD: 0.1,
// restitution: bouncyness, friction: rubbing, density: mass
TILE_FRICTION: 0.99,