Move player collisionbox to player class
This commit is contained in:
@@ -42,7 +42,8 @@ Player::Player(IGameDef *gamedef):
|
||||
m_pitch(0),
|
||||
m_yaw(0),
|
||||
m_speed(0,0,0),
|
||||
m_position(0,0,0)
|
||||
m_position(0,0,0),
|
||||
m_collisionbox(-BS*0.30,0.0,-BS*0.30,BS*0.30,BS*1.55,BS*0.30)
|
||||
{
|
||||
updateName("<not set>");
|
||||
inventory.clear();
|
||||
|
Reference in New Issue
Block a user