tossing held items

This commit is contained in:
minjaesong
2023-10-03 19:43:21 +09:00
parent e95dcdec9f
commit 4a5b18e7fc
5 changed files with 30 additions and 3 deletions

View File

@@ -83,6 +83,8 @@ open class DroppedItem : ActorWithBody {
else {
externalV.set(spawnVelo)
}
printdbg(this, "DroppedItem with itemID '${itemID}'")
}
override fun drawBody(batch: SpriteBatch) {