camera clamping, UI resize

This commit is contained in:
minjaesong
2017-07-15 02:02:30 +09:00
parent dfa2a0a86d
commit 1f0608b768
7 changed files with 83 additions and 39 deletions

View File

@@ -135,6 +135,10 @@ class UIInventory(
private var isEncumbered = false
override fun update(delta: Float) {
if (handler == null) {
throw Error("Handler for this UI is null, you douchebag.")
}
catButtons.update(delta)
if (actor != null && inventory != null) {