mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 05:24:06 +09:00
fixtures won't spawn when there's block or other fixtures
This commit is contained in:
@@ -127,4 +127,12 @@ object Block {
|
||||
const val WATER = 4095
|
||||
|
||||
const val NULL = -1
|
||||
|
||||
val actorblocks = listOf(
|
||||
ACTORBLOCK_NO_COLLISION,
|
||||
ACTORBLOCK_FULL_COLLISION,
|
||||
ACTORBLOCK_ALLOW_MOVE_DOWN,
|
||||
ACTORBLOCK_NO_PASS_RIGHT,
|
||||
ACTORBLOCK_NO_PASS_LEFT
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user