trying to make fixtures with UIs working, was not successful

This commit is contained in:
minjaesong
2019-07-08 04:05:04 +09:00
parent 84e4c82b60
commit e8ba837b09
28 changed files with 366 additions and 86 deletions

View File

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