mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixes initial level positioning
This commit is contained in:
parent
aaa1db4468
commit
cad112419d
14 changed files with 91 additions and 61 deletions
|
|
@ -35,7 +35,7 @@ function () {
|
|||
ORIGINAL_TILE_SIZE: 25,
|
||||
TILE_SIZE: 20,
|
||||
CAMERA_IS_ORTHOGRAPHIC: true,
|
||||
CAMERA_GLIDE: 12, // % of the way per frame
|
||||
CAMERA_GLIDE: 6, // % of the way per frame
|
||||
VIEW_CONTROLLER: 0 ? "Three" : "Pixi",
|
||||
ARROW_GLIDE: 30, // % of the way per frame
|
||||
SHOW_LAYER_INFO: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue