added new debug draw

This commit is contained in:
logsol 2015-02-28 21:27:42 +01:00
parent 13af9ecb9c
commit 20a974124e
7 changed files with 188 additions and 7 deletions

View file

@ -31,7 +31,7 @@ define(function() {
CAMERA_GLIDE: 12, // % of the way per frame
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
ARROW_GLIDE: 30, // % of the way per frame
SHOW_LAYER_INFO: false,
SHOW_LAYER_INFO: true,
// GAME PLAY
WALK_SPEED: 4,