mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added tiled level support
This commit is contained in:
parent
83e78a5732
commit
3782fa345b
13 changed files with 113 additions and 39 deletions
|
|
@ -15,10 +15,10 @@ define({
|
|||
GRAPHICS_SUBPATH_ITEMS: 'Items/',
|
||||
GRAPHICS_SUBPATH_CHARACTERS: 'Characters/',
|
||||
GRAPHICS_SUBPATH_TILES: 'Tiles/',
|
||||
MAPS_PATH: 'static/maps/chuck/',
|
||||
MAPS_PATH: 'static/maps/tiled/',
|
||||
|
||||
RATIO: 21, //35
|
||||
TILE_SIZE: 15, //15, 25 is original picture
|
||||
TILE_SIZE: 25, //15, 25 is original picture
|
||||
CAMERA_IS_ORTHOGRAPHIC: true,
|
||||
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue