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.
我找到了这个链接来了解如何使用 Adobe 工具和 plist 文件为精灵创建动画路径。但我仍然不知道如何为这个文件创建解析器。是否已经制定了解决方案,或者我需要自己创建它?
这将解析文件,加载纹理,并创建您需要的所有 spriteFrame 对象:
[[CCSpriteFrameCache sharedSpriteFrameCache] addSpriteFramesWithFile:@"myFrames.plist"];