Implementado el cambio de pantalla

This commit is contained in:
2022-08-20 15:41:23 +02:00
parent 7e93b3150f
commit 75c6acdd53
16 changed files with 364 additions and 62 deletions

27
data/map/surface.world Normal file
View File

@@ -0,0 +1,27 @@
{
"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
}
],
"onlyShowAdjacentMaps": false,
"type": "world"
}