diff --git a/TODO.txt b/TODO.txt index fe7454e..4cd1739 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,4 +2,3 @@ TODO: - add version using mobs_redo API - add version using cmer API -- fix vertical position diff --git a/changelog.txt b/changelog.txt index 9dd2ddb..d76d81d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ v1.1 ---- - added sound when hit +- fixed entity vertical positioning v1.0 ---- diff --git a/entity.lua b/entity.lua index 5f8e012..e0761c9 100644 --- a/entity.lua +++ b/entity.lua @@ -54,7 +54,7 @@ end local def = { hp_max = 20, physical = true, - 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}, visual = "mesh", mesh = "character.b3d", textures = {"sneeker.png"},