hidden debug printout of layers

This commit is contained in:
Jeena 2015-03-01 14:54:37 +01:00
parent 58d5a859fe
commit 15a267f250

View file

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