update
[linguofeng.github.com.git] / _posts / 2012-11-09-cocos2d-x-notes.textile
blob62e88acffaeeb47639ecf909d40b7d50880590d9
1 ---
2 layout: post
3 title: Cocos2d-x之学习笔记 
4 description: Cocos2dx学习笔记
5 categories: [archive]
6 tags: [cocos2d-x]
7 ---
9 <section>
10     <div class="page-header">
11         <h3>一、RotateWorldTest</h3>
12     </div>
13     <p>这是一个旋转动画效果</p>
14 <pre class="prettyprint">
15 CCAction* rot = CCRotateBy::actionWithDuration(8, 720);
16 </pre>
17 </section>