added setting to switch off pointer lock filter

This commit is contained in:
logsol 2015-05-04 14:01:23 +02:00
parent fb3ac40d17
commit 8e70eedbce
2 changed files with 5 additions and 1 deletions

View file

@ -39,6 +39,7 @@ function () {
VIEW_CONTROLLER: 0 ? "Three" : "Pixi",
ARROW_GLIDE: 30, // % of the way per frame
SHOW_LAYER_INFO: false,
ENABLE_POINTER_LOCK_FILTER: false,
// GAME PLAY
WALK_SPEED: 4,