simplified a structure of UIs a bit

This commit is contained in:
minjaesong
2017-07-16 23:15:32 +09:00
parent 942971f456
commit 485cbe1206
29 changed files with 321 additions and 371 deletions

View File

@@ -7,7 +7,7 @@ import net.torvald.terrarum.gameactors.Second
/**
* Created by minjaesong on 16-01-23.
*/
class Notification : UICanvas {
class Notification : UICanvas() {
private val SHOWUP_MAX = 15000
@@ -42,9 +42,6 @@ class Notification : UICanvas {
msgUI.render(batch)
}
override fun processInput(delta: Float) {
}
override fun doOpening(delta: Float) {
UICanvas.doOpeningFade(handler, openCloseTime)
}