mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +09:00
default ui open/close transition is now quick-fade
This commit is contained in:
@@ -18,8 +18,6 @@ class UITitleLanguage(remoCon: UIRemoCon?) : UICanvas() {
|
||||
)
|
||||
|
||||
|
||||
override var openCloseTime: Second = 0f
|
||||
|
||||
|
||||
private val textButtonLineHeight = 32
|
||||
|
||||
@@ -120,17 +118,6 @@ class UITitleLanguage(remoCon: UIRemoCon?) : UICanvas() {
|
||||
initialMouseBlock = true
|
||||
}
|
||||
|
||||
override fun doOpening(delta: Float) {
|
||||
}
|
||||
|
||||
override fun doClosing(delta: Float) {
|
||||
}
|
||||
|
||||
override fun endOpening(delta: Float) {
|
||||
}
|
||||
|
||||
override fun endClosing(delta: Float) {
|
||||
}
|
||||
|
||||
override fun dispose() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user