big enough actors can dig ground by punching it

This commit is contained in:
minjaesong
2021-10-05 16:26:55 +09:00
parent a6cfabf3bf
commit 54c8493713
7 changed files with 129 additions and 47 deletions

View File

@@ -133,4 +133,7 @@ object AVKey {
const val __HISTORICAL_BORNTIME = "__borntime" // time_t
const val __HISTORICAL_DEADTIME = "__deadtime" // time_t, -1 if not dead
const val BAREHAND_MINHEIGHT = "barehandactionminheight"
const val BAREHAND_BASE_DIGSIZE = "basebarehanddiggingsize"
}