mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 23:14:05 +09:00
uis won't open or close when console is up
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user