Collab_RPG/assets/WorldRPG.world

35 lines
691 B
Text
Raw Normal View History

{
"maps": [
2023-08-03 08:11:39 +02:00
{
"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
2023-08-03 08:11:39 +02:00
}
],
"onlyShowAdjacentMaps": false,
"type": "world"
}