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 は App Store で公開されているゲームです。
前もって感謝します
[sprite runAction:[CCScaleTo actionWithDuration:realMoveDuration scale:0.4f];
これは作業コードです
setScale メソッドを使用します。
[sprite setScale:1.5];
この場合、スケールは 1.5 倍に設定されます。