layer export: tested output seems legit but can't confirm

This commit is contained in:
minjaesong
2018-10-04 23:46:24 +09:00
parent 071dc85b94
commit 374070e9b9
8 changed files with 25 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ internal object ReadLayerData {
// create world out of tiles data
val retWorld = inWorld ?: GameWorldExtension(worldWidth, worldHeight)
val retWorld = inWorld ?: GameWorldExtension(1, worldWidth, worldHeight)
retWorld.layerTerrain.data = terrainLayerMSB
retWorld.layerWall.data = wallLayerMSB