Fix entity vertical positioning

This commit is contained in:
Jordan Irwin 2021-07-19 20:46:56 -07:00
parent 86392efe85
commit 2b275380df

@ -116,7 +116,7 @@ local def = {
model = {
mesh = "character.b3d",
textures = {"sneeker.png"},
collisionbox = {-0.25, -0.7, -0.25, 0.25, 0.8, 0.25},
collisionbox = {-0.25, 0.3, -0.25, 0.25, 1.8, 0.25},
rotation = -90,
animations = {
idle = {start=0, stop=79, speed=30},