Fix rotation

This commit is contained in:
Jordan Irwin 2021-05-05 20:49:21 -07:00
parent 692b36ba59
commit 523492b1a4

@ -405,6 +405,7 @@ cmer.register_mob({
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.7, -0.25, 0.25, 0.8, 0.25},
rotation = 270.0,
animations = { animations = {
idle = {start=0, stop=79, speed=30,}, idle = {start=0, stop=79, speed=30,},
walk = {start=168, stop=187, speed=30,}, walk = {start=168, stop=187, speed=30,},