UIs will draw on "backing" framebuffer where skybox is

This commit is contained in:
Song Minjae
2017-04-09 22:22:29 +09:00
parent 671048e1e1
commit 12015669c6
8 changed files with 88 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ import org.newdawn.slick.Input
*/
class ConsoleWindow : UICanvas, KeyboardControlled {
internal var UIColour = Color(0xCC000000.toInt())
internal var UIColour = Color(0x80404080.toInt())
private var inputCursorPos: Int = 0
private val MESSAGES_MAX = 5000