mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 20:43:42 +01:00
41 lines
846 B
Text
41 lines
846 B
Text
{
|
|
"maps": [
|
|
{
|
|
"fileName": "level0.tmx",
|
|
"height": 192,
|
|
"width": 384,
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
{
|
|
"fileName": "level1.tmx",
|
|
"height": 192,
|
|
"width": 384,
|
|
"x": 384,
|
|
"y": 0
|
|
},
|
|
{
|
|
"fileName": "level2.tmx",
|
|
"height": 192,
|
|
"width": 384,
|
|
"x": 0,
|
|
"y": 192
|
|
},
|
|
{
|
|
"fileName": "level3.tmx",
|
|
"height": 192,
|
|
"width": 384,
|
|
"x": 384,
|
|
"y": 192
|
|
},
|
|
{
|
|
"fileName": "level4.tmx",
|
|
"height": 192,
|
|
"width": 384,
|
|
"x": 384,
|
|
"y": 384
|
|
}
|
|
],
|
|
"onlyShowAdjacentMaps": false,
|
|
"type": "world"
|
|
}
|