mirror of
https://github.com/minetest/minetest_game.git
synced 2025-07-14 03:40:19 +02:00
Player_api: Integrate settable player collisionbox
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user