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

@@ -167,7 +167,9 @@ open class IngameInstance(val batch: FlippingSpriteBatch, val isMultiplayer: Boo
override fun show() {
// the very basic show() implementation
KeyToggler.forceSet(Input.Keys.F4, false)
for (k in Input.Keys.F1..Input.Keys.F12) {
KeyToggler.forceSet(k, false)
}
// add blockmarking_actor into the actorlist
(CommonResourcePool.get("blockmarking_actor") as BlockMarkerActor).let {