littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.ldtk
/
LDtkWorld
/
LDtkWorld
LDtk
World
fun
LDtkWorld
(
worldLayout
:
LDtkWorldLayout
,
backgroundColor
:
String
,
levels
:
List
<
LDtkLevel
>
,
tilesets
:
Map
<
Int
,
LDtkTileset
>
,
enums
:
Map
<
String
,
LDtkEnum
>
,
entities
:
Map
<
String
,
LDtkEntityDefinition
>
)