Player_api: Integrate settable player collisionbox

This commit is contained in:
paramat 2017-08-01 04:14:09 +01:00 committed by paramat
parent 271b2befaa
commit b4abb07572
3 changed files with 4 additions and 0 deletions

View file

@ -331,6 +331,7 @@ The player API can register player models and update the player's appearence
bar = {x = 20, y = 39},
-- ...
},
collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.77, 0.3}, -- In nodes from centre of feet
}