mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +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_CHARACTERS: 'Characters/',
|
||||||
GRAPHICS_SUBPATH_TILES: 'Tiles/',
|
GRAPHICS_SUBPATH_TILES: 'Tiles/',
|
||||||
MAPS_PATH: 'static/maps/tiled/',
|
MAPS_PATH: 'static/maps/tiled/',
|
||||||
DEFAULT_LEVELS: ['stones'],
|
DEFAULT_LEVELS: ['stones2'],
|
||||||
|
|
||||||
RATIO: 21, //35
|
RATIO: 21, //35
|
||||||
TILE_SIZE: 25, //15, 25 is original picture
|
TILE_SIZE: 20, //15, 25 is original picture
|
||||||
CAMERA_IS_ORTHOGRAPHIC: true,
|
CAMERA_IS_ORTHOGRAPHIC: true,
|
||||||
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
|
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
|
||||||
|
|
||||||
|
|
|
||||||
1243
static/maps/tiled/stones2.json
Normal file
1243
static/maps/tiled/stones2.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue