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.
我想在“Paper Toss”游戏中像纸一样改变精灵的比例。
'Paper Toss' 是 App Store 上提供的游戏。我想制作一个像纸一样的精灵,并在'paper Toss' 中像纸一样改变精灵的比例;
提前致谢
[sprite runAction:[CCScaleTo actionWithDuration:realMoveDuration scale:0.4f];
这是工作代码
使用 setScale 方法。
[sprite setScale:1.5];
在这种情况下,比例设置为 1.5 倍。