blocksdrawer: now generates terrain and wall item image

This commit is contained in:
minjaesong
2019-03-01 23:25:23 +09:00
parent 65cc484475
commit 424c7ce17f
3 changed files with 67 additions and 74 deletions

View File

@@ -226,4 +226,11 @@ object CreateTileAtlas {
}
}
fun dispose() {
atlas.dispose()
atlasAutumn.dispose()
atlasWinter.dispose()
atlasSpring.dispose()
}
}