Fix entity vertical positioning

This commit is contained in:
Jordan Irwin 2021-07-19 20:46:56 -07:00
parent 76edba7a48
commit b2494a40f7
3 changed files with 2 additions and 2 deletions

@ -2,4 +2,3 @@
TODO: TODO:
- add version using mobs_redo API - add version using mobs_redo API
- add version using cmer API - add version using cmer API
- fix vertical position

@ -2,6 +2,7 @@
v1.1 v1.1
---- ----
- added sound when hit - added sound when hit
- fixed entity vertical positioning
v1.0 v1.0
---- ----

@ -113,7 +113,7 @@ local def = {
model = { model = {
mesh = "character.b3d", mesh = "character.b3d",
textures = {"sneeker.png"}, 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, rotation = -90,
animations = { animations = {
idle = {start=0, stop=79, speed=30}, idle = {start=0, stop=79, speed=30},