mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 21:14:04 +09:00
simplified a structure of UIs a bit
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user