dropped items should collide with the platform

This commit is contained in:
minjaesong
2024-02-17 23:17:01 +09:00
parent 4a375ec5a3
commit 3bee121686
3 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ data class PhysProperties(
val immobileBody: Boolean = false,
var usePhysics: Boolean = true,
val useStairs: Boolean = false,
val ignorePlatform: Boolean = true
var ignorePlatform: Boolean = true
) {
companion object {
fun HUMANOID_DEFAULT() = PhysProperties(