iosimagecocos2d-iphoneiconsspritebuilder

Change default app icon and loading screen in SpriteBuilder


I'm making a game with SpriteBuilder and cocos2d in Objective-C and don't know how to change the default loading image an app icons in SpriteBuilder. Does anyone know how to do that


Solution

  • This isn't something you can change from within the Spritebuilder app. You simply do it by replacing the images that you'll find in the Source->Resourcessubfolder in your project folder. There you'll find all the different default.png images (for the different resolutions), and the icons (in the iconsfolder). All you have to do, really, is to replace them with your own designs.