Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiepnd/CCBlade

CCBlade - Fruit Ninja Blade effect implementation in cocos2d.
https://github.com/hiepnd/CCBlade

Last synced: about 1 month ago
JSON representation

CCBlade - Fruit Ninja Blade effect implementation in cocos2d.

Awesome Lists containing this project

README

        

Warning: this repo is obsolete and no longer maintained!

Add TouchTrailLayer to your scene to see how it works.

Streak texture:
- Texture size 128 x 16
- Fisrt 32 x 16 is mapped to the head of the blade
- Next 32 x 16 is mapped to the body
- Next 32 x 16 is mapped to the tail
- Last 32 x 16 is unused

USAGE NOTICE:
- CCBlade.m, TouchTrailLayer.m and all .m file that use CCBlade or TouchTrailLayer should
have the File Type of sourcecode.cpp.objcpp (right click .m file in Xcode go to first tab and under
File Type drop down list choose the right option)