mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
simplified a structure of UIs a bit
This commit is contained in:
@@ -14,7 +14,7 @@ import net.torvald.terrarum.fillRect
|
||||
/**
|
||||
* Created by minjaesong on 15-12-31.
|
||||
*/
|
||||
class ConsoleWindow : UICanvas, KeyControlled {
|
||||
class ConsoleWindow : UICanvas() {
|
||||
|
||||
internal var UIColour = Color(0x404080_80.toInt())
|
||||
|
||||
@@ -210,9 +210,6 @@ class ConsoleWindow : UICanvas, KeyControlled {
|
||||
openingTimeCounter = 0f
|
||||
}
|
||||
|
||||
override fun processInput(delta: Float) {
|
||||
}
|
||||
|
||||
override fun dispose() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user