changed box2d calculation config #158

This commit is contained in:
logsol 2015-04-28 15:50:45 +02:00
parent 2dea240a4b
commit da7e0758bb

View file

@ -16,8 +16,8 @@ function () {
BOX2D_WORLD_AABB_SIZE: 3000, BOX2D_WORLD_AABB_SIZE: 3000,
BOX2D_ALLOW_SLEEP: true, BOX2D_ALLOW_SLEEP: true,
BOX2D_GRAVITY: 26, BOX2D_GRAVITY: 26,
BOX2D_VELOCITY_ITERATIONS: 5, BOX2D_VELOCITY_ITERATIONS: 10,
BOX2D_POSITION_ITERATIONS: 5, BOX2D_POSITION_ITERATIONS: 6,
BOX2D_TIME_STEP: 1 / 60, BOX2D_TIME_STEP: 1 / 60,
// PATHS // PATHS