simplified a structure of UIs a bit

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

View File

@@ -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() {
}
}