Add new sheep model and texture

Based on http://opengameart.org/content/sheep-rigged-textured-and-animated
This commit is contained in:
Melissa Draper 2015-10-03 20:49:14 -07:00 committed by darkrose
parent 2041d64a95
commit d4cc7f57a7
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View File

@ -728,9 +728,9 @@ void content_mob_init()
f->model_rotation = v3f(0,-90,0);
f->model_offset = v3f(0,0.6,0);
f->setTexture("mob_sheep.png");
f->setAnimationFrames(MA_STAND,61,120);
f->setAnimationFrames(MA_MOVE,0,60);
f->setAnimationFrames(MA_ATTACK,0,60);
f->setAnimationFrames(MA_STAND,40,60);
f->setAnimationFrames(MA_MOVE,1,28);
f->setAnimationFrames(MA_ATTACK,1,28);
f->punch_action = MPA_HARM;
f->dropped_item = std::string("CraftItem2 ")+itos(CONTENT_CRAFTITEM_MEAT)+" 2";
f->special_punch_item = TT_SHEAR;

View File

@ -768,7 +768,7 @@ void GUIMainMenu::regenerateGui(v2u32 screensize)
txt += "\ndarkrose, sdzen, Pentium44, Menche, MavJS, tiemay, Tapoky, JHeaton, Wayward_One, Stephane, hdastwb, VargaD.\n\n";
txt += gettext("Artists and Modellers");
txt += "\ndarkrose, sdzen, Menche, Pentium44, Wuzzy, Carl 'melkior' Kidwell, Jordach, Gwinna, elky.\n\n";
txt += "\ndarkrose, sdzen, Menche, Pentium44, Wuzzy, Carl 'melkior' Kidwell, Jordach, Gwinna, elky, p0ss.\n\n";
txt += gettext("Translators");
txt += "\ndarkrose, Szkodnix, soognarf, Wuzzy, Akien, redhound, Rui, loh, wario, puma_rc, Uniaika.\n\n";