mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added setting to switch off pointer lock filter
This commit is contained in:
parent
fb3ac40d17
commit
8e70eedbce
2 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue