我断断续续地玩了几天,但我仍然无法做到……</p>
有谁知道在 Sprite Kit 中相当于下面的代码是什么?
我在我所有的游戏中都使用了这个代码片段数千次……如果它是“不可转换的”,我什至根本不会尝试 Sprite Kit……。
CCTexture2D *hintA7Vert = [[CCTexture2D alloc]initWithImage:[UIImage imageNamed:pipeName] resolutionType: kCCResolutionUnknown];
[movablePipeHintVertA7 setTexture: hintA7Vert];
[hintA7Vert release];