repaired debug draw, added more classes from game draft

This commit is contained in:
logsol 2012-07-01 15:16:33 +02:00
parent 1d24d98297
commit 5a6581393e
6 changed files with 354 additions and 71 deletions

View file

@ -5,7 +5,7 @@ define(function() {
STAGE_HEIGHT : 400,
// BOX2D INITIALATORS
RATIO : 35,
RATIO : 30,
BOX2D_WORLD_AABB_SIZE : 3000,
BOX2D_ALLOW_SLEEP : true,
BOX2D_GRAVITY : 16,