请问版上的各位大神
如何在 Cocos Creators 里实现,下图的 转倒数圈 功能 (黄色 跟 黑色的圈是一个 Sprite)

不晓得 Cocos Creator 里有没有 处理圆形的 Mask 功能?
或是给个实现思路
谢谢 
请问版上的各位大神
如何在 Cocos Creators 里实现,下图的 转倒数圈 功能 (黄色 跟 黑色的圈是一个 Sprite)

不晓得 Cocos Creator 里有没有 处理圆形的 Mask 功能?
或是给个实现思路
谢谢 
Creator 中的 ProgressBar 就可以实现这个功能。
文档: http://www.cocos.com/docs/creator/components/progress.html
示例工程: https://github.com/cocos-creator/example-cases
在 example-cases 里面有 ProgressBar 的测试例:
