uis won't open or close when console is up

This commit is contained in:
minjaesong
2019-08-11 20:42:59 +09:00
parent 419773550a
commit b63bf88cd7
7 changed files with 58 additions and 31 deletions

View File

@@ -25,6 +25,8 @@ open class IngameInstance(val batch: SpriteBatch) : Screen {
open var consoleHandler: ConsoleWindow = ConsoleWindow()
var paused: Boolean = false
val consoleOpened: Boolean
get() = consoleHandler.isOpened || consoleHandler.isOpening
init {
consoleHandler.setPosition(0, 0)