Empezando a trabajar con los nuevos mapas

This commit is contained in:
2022-09-20 21:26:37 +02:00
parent 650df9baaf
commit 378f27a01e
36 changed files with 2873 additions and 938 deletions

View File

@@ -0,0 +1,76 @@
{
"maps": [
{
"fileName": "02.tmx",
"height": 208,
"width": 320,
"x": 256,
"y": 0
},
{
"fileName": "01.tmx",
"height": 208,
"width": 320,
"x": -64,
"y": 0
},
{
"fileName": "03.tmx",
"height": 208,
"width": 320,
"x": 256,
"y": 208
},
{
"fileName": "04.tmx",
"height": 208,
"width": 320,
"x": -384,
"y": 0
},
{
"fileName": "05.tmx",
"height": 208,
"width": 320,
"x": 576,
"y": 0
},
{
"fileName": "06.tmx",
"height": 208,
"width": 320,
"x": 576,
"y": 208
},
{
"fileName": "07.tmx",
"height": 208,
"width": 320,
"x": 896,
"y": 0
},
{
"fileName": "08.tmx",
"height": 208,
"width": 320,
"x": 896,
"y": -208
},
{
"fileName": "09.tmx",
"height": 208,
"width": 320,
"x": 1216,
"y": -208
},
{
"fileName": "10.tmx",
"height": 208,
"width": 320,
"x": 576,
"y": -208
}
],
"onlyShowAdjacentMaps": false,
"type": "world"
}