mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
implemented pixi view, which lead to pretty good performance improvements :)
This commit is contained in:
parent
d5fd9c6609
commit
622975ba7b
4 changed files with 167 additions and 45 deletions
|
|
@ -18,7 +18,7 @@ define({
|
|||
RATIO: 35,
|
||||
TILE_SIZE: 15, //15
|
||||
CAMERA_IS_ORTHOGRAPHIC: true,
|
||||
VIEW_CONTROLLER: 1 ? 'Three' : 'Pixi',
|
||||
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
|
||||
|
||||
// GAME PLAY
|
||||
WALK_SPEED: 2.5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue