我已经创建了一些CCSprites使用spriteWithFile。
如何在运行时更改sprite的图像?
我需要定期更改一些sprite图像。
CCTexture *tex = [CCTexture textureWithFile:fileName]; self.texture = tex;
如何在运行时更改sprite的图像?
我需要定期更改一些sprite图像。
CCTexture *tex = [CCTexture textureWithFile:fileName]; self.texture = tex;