mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
clut for cloud colours
This commit is contained in:
@@ -258,7 +258,9 @@ class TitleScreen(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
override fun show() {
|
||||
printdbg(this, "show() called")
|
||||
|
||||
KeyToggler.forceSet(Input.Keys.F4, false)
|
||||
for (k in Input.Keys.F1..Input.Keys.F12) {
|
||||
KeyToggler.forceSet(k, false)
|
||||
}
|
||||
|
||||
initViewPort(App.scr.width, App.scr.height)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user