diff options
| author | Treeki <treeki@gmail.com> | 2013-05-13 16:16:42 +0200 | 
|---|---|---|
| committer | Treeki <treeki@gmail.com> | 2013-05-13 16:16:42 +0200 | 
| commit | 55b1b23dde3d201375da97ed009968bbf5443586 (patch) | |
| tree | d10b7f2a1878169d5c2a379d5403cd1fdfe0c2ef | |
| parent | b89acd21a542e8b9023a5f987ee3313e9eaef19b (diff) | |
| download | kamek-55b1b23dde3d201375da97ed009968bbf5443586.tar.gz kamek-55b1b23dde3d201375da97ed009968bbf5443586.zip  | |
butts, canopies, butt canopies, and canopy butts
Diffstat (limited to '')
| -rw-r--r-- | src/makeYourOwnModelSprite.cpp | 10 | 
1 files changed, 10 insertions, 0 deletions
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();  | 
