fixed a bug where the player would immediately pick back up the fixture they've just placed one frame ago

This commit is contained in:
minjaesong
2022-07-19 00:25:13 +09:00
parent 23c2d86c27
commit 5fbbf34c10
14 changed files with 260 additions and 23 deletions

View File

@@ -106,4 +106,7 @@ class BlockProp {
* Mainly intended to be used by third-party modules
*/
val extra = Codex()
val isActorBlock: Boolean
get() = nameKey.contains("ACTORBLOCK")
}