new player flags.

This commit is contained in:
Jordach 2017-12-04 20:33:22 +00:00
parent 40a7bf816d
commit 77e9283279

View File

@ -154,6 +154,7 @@ minetest.register_on_joinplayer(function(player)
visual_size = {x=1, y=1},
collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.77, 0.3},
stepheight = 0.6,
eye_height = 1.64
})
end)