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.
我正在使用cocos2d创建一个简单的箭头射击游戏。在重置按钮上,我将场景替换为相同的播放场景,即我在重置按钮上一次又一次地加载图像。但这不是优化的方法。有人可以帮助我或给我一个想法来重置游戏而无需一次又一次地加载图像。
cocos2d
非常感谢
您确定每次都将这些纹理加载到内存中吗?如果是这样,请在重新启动之前保留您的纹理,以确保它不会从 CCTextureCache 中卸载。将纹理加载到内存中是最长的过程。