mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
added next version of stones map
This commit is contained in:
parent
cc8aedd3ba
commit
c9c5b507e0
2 changed files with 1245 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ define({
|
|||
GRAPHICS_SUBPATH_CHARACTERS: 'Characters/',
|
||||
GRAPHICS_SUBPATH_TILES: 'Tiles/',
|
||||
MAPS_PATH: 'static/maps/tiled/',
|
||||
DEFAULT_LEVELS: ['stones'],
|
||||
DEFAULT_LEVELS: ['stones2'],
|
||||
|
||||
RATIO: 21, //35
|
||||
TILE_SIZE: 25, //15, 25 is original picture
|
||||
TILE_SIZE: 20, //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