From 55b1b23dde3d201375da97ed009968bbf5443586 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 13 May 2013 16:16:42 +0200 Subject: butts, canopies, butt canopies, and canopy butts --- src/makeYourOwnModelSprite.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/makeYourOwnModelSprite.cpp b/src/makeYourOwnModelSprite.cpp index 82718c7..6206009 100644 --- a/src/makeYourOwnModelSprite.cpp +++ b/src/makeYourOwnModelSprite.cpp @@ -558,6 +558,16 @@ int dMakeYourOwn::onCreate() { setupAnim("anim", 1.0); break; + + case 49: // Chestnut Canopy + + setupModel("chestnut", "g3d/canopy_3.brres", "canopy_3"); + SetupTextures_MapObj(&bodyModel, 0); + this->pos.z = 0.0; + + // setupAnim("anim38", 1.0); + break; + } allocator.unlink(); -- cgit v1.2.3