clut for cloud colours

This commit is contained in:
minjaesong
2023-08-28 03:28:27 +09:00
parent 7845146718
commit ce8c53f740
6 changed files with 52 additions and 19 deletions

View File

@@ -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)