i am using cocos2d, by default my game will start with the cocos2d Default.png. can i change this to a Loading scene? i have a Loading scene which will show right after the cocos2d Default.png, i want my game start with the loading scene not the Default.png. how can i do that.
i tried to delete Default.png and then i clean all target and rebuild, but there still start with the Default.png.
by the way i am using cocos2d 0.99.5
i am using cocos2d, by default my game will start with the cocos2d Default.png.
Share
Since Default.png must be static image in app bundle and cannot be changed at runtime, I’d suggest you take a screenshot of your initial screen and place it as Default.png.