mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added camera glide - juciness references #56
This commit is contained in:
parent
b65fbd9825
commit
28f71f49e1
2 changed files with 20 additions and 6 deletions
|
|
@ -25,6 +25,7 @@ define(function() {
|
|||
ORIGINAL_TILE_SIZE: 25,
|
||||
TILE_SIZE: 20,
|
||||
CAMERA_IS_ORTHOGRAPHIC: true,
|
||||
CAMERA_GLIDE: 12, // % of the way per frame
|
||||
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
|
||||
|
||||
// GAME PLAY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue