Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以使用
sprite.runAction 和 cc.ScaleTo
放大或缩小带有图像的精灵,其中宽度/高度比率相同。
但我希望改变宽度/高度比率并调整/重新采样精灵。
是否可以?
欢迎您的评论
使用 CCScaleTo 初始化程序,您可以在其中单独指定 x/y 组件,例如:
[CCScaleTo actionWithDuration:2 scaleX:4 scaleY:-2];