From 2b275380dfd3e4e881e9a2ffab5bc8bcaa4354af Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 19 Jul 2021 20:46:56 -0700 Subject: [PATCH] Fix entity vertical positioning --- entity.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity.lua b/entity.lua index 3da36af..7f605fb 100644 --- a/entity.lua +++ b/entity.lua @@ -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},