mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
hidden debug printout of layers
This commit is contained in:
parent
58d5a859fe
commit
15a267f250
1 changed files with 1 additions and 1 deletions
|
|
@ -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: true,
|
||||
SHOW_LAYER_INFO: false,
|
||||
|
||||
// GAME PLAY
|
||||
WALK_SPEED: 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue