Feature #1345
LoadingLayer
| Status: | New | Start date: | 2012-06-25 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | all | |||
| Target version: | Unplanned |
Description
- a default CCLoadingLayer for waiting textures loading at background-foreground switching for android
- use ccDrawPrimitives only, don't carry more images into new empty projects.
- shows "powered by cocos2d-x" somewhere.
- VolatileTexture will callback to CCLoadingLayer with the PERCENT of reloadTextures.
- developers can inherit this CCLoadingLayer to their MyCustomLoadingLayer, then register MyCustomLoadingLayer back to VolatileTexture/or CCDirector.
- It can also be used in cocos2d-html5.