mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 04:54:05 +09:00
layer export: tested output seems legit but can't confirm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user