stop sheep crabwalking

This commit is contained in:
darkrose 2015-10-05 16:33:10 +10:00
parent 7bf6290e6e
commit 3328da8c61
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ void content_mob_init()
f->hp = 30;
f->model = "sheared_sheep.b3d";
f->model_scale = v3f(0.8,0.8,0.8);
f->model_rotation = v3f(0,-90,0);
f->model_rotation = v3f(0,180,0);
f->model_offset = v3f(0,0.6,0);
f->setTexture("mob_sheared_sheep.png");
f->setAnimationFrames(MA_STAND,40,60);