如何在不使用 TexturePacker 的情况下在 Cocos2D 中添加动画图像?
本文介绍了如何在不使用 TexturePacker 的情况下在 Cocos2D 中添加动画图像?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
I am New at iOS Development. I am also starting to learn Cocos2D.
I've read this tutorial: http://www.raywenderlich.com/tutorials#cocos2d
It is a superb tutorial for beginners, but I'm also interested in animating the image. How can I accomplish animation?
So I read tutorial (describe from Above Link) about how to put animated image with simple Project.
In This tutorial I used TexturePacker
and it's working... but I want to know more about how to animate images without using TexturePacker
.
Is it possible? If so, then please explain how or link to tutorials on how to make it work.
Thanks in advance.
解决方案
You can run animation from file.
这篇关于如何在不使用 TexturePacker 的情况下在 Cocos2D 中添加动画图像?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!