trying to fix phys engine platform tile bug

This commit is contained in:
minjaesong
2022-01-03 22:57:54 +09:00
parent 8502b51396
commit b9bb757a76
5 changed files with 32 additions and 19 deletions

View File

@@ -129,13 +129,6 @@ class ConsoleWindow : UICanvas() {
}
uiItems.forEach { it.render(batch, camera) }
Terrarum.ingame?.let {
batch.color = Color.WHITE
it.actorNowPlaying?.getSpriteHead()!!.let {
batch.draw(it, drawOffX + 10f, drawOffY + height + 4f)
}
}
}
override fun inputStrobed(e: TerrarumKeyboardEvent) {