inventory and its ui

Former-commit-id: b1a073c5636ac4516e6c9cf41bb97a844057de3f
This commit is contained in:
Song Minjae
2017-03-17 03:28:47 +09:00
parent 03bf6e95e4
commit 0e7ac916b7
15 changed files with 364 additions and 63 deletions

View File

@@ -53,6 +53,7 @@ open class HumanoidNPC(
actorValue[AVKey.SCALE] = value
}
override var category = "npc"
override val originalName: String = actorValue.getAsString(AVKey.NAME) ?: "NPC"
override fun secondaryUse(gc: GameContainer, delta: Int) {
// TODO place this Actor to the world