← Calciumtrice Dungeon assets
Wizard Boy & Girl + Orcs.
Animations: idle
, gesture
, walk
, attack
, death
Slime Blue
Download slime_blue
👁️
Slime Green
Download slime_green
👁️
Slime Yellow
Download slime_yellow
👁️
Usage code
val atlas = MutableAtlasUnit()
val wizardMale = KR.gfx.wizardM.__file.readImageDataContainer(ASE.toProps(), atlas)
val wizardFemale = KR.gfx.wizardF.__file.readImageDataContainer(ASE.toProps(), atlas)
imageDataView(wizardMale.default).scale(4, 4).also { it.smoothing = false }.also { view ->
println(view.animationNames)
view.animation = "idle"
view.play()
}
imageDataView(wizardFemale.default).scale(4, 4).also { it.smoothing = false }.also { view ->
println(view.animationNames)
view.animation = "gesture"
view.play()
view.x = 128f
}
Dungeon Tileset
Download dungeon_tileset_calciumtrice
👁️
LDtk Base Map
Download dungeon_tilesmap_calciumtrice
👁️
Required the LDtk extension.