mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added simple mode
This commit is contained in:
parent
1e233efbea
commit
0a0b3e8849
3 changed files with 26 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue