Loading Screens¶
The loadingscene feature provides base classes for loading screens.
BaseLoadingScene
and its children all work by listening to the asset
system and when all known assets are loaded, continuing on.
- class ppb.features.loadingscene.BaseLoadingScene(**kwargs)[source]¶
Handles the basics of a loading screen.
- get_progress_sprites()[source]¶
Initialize the sprites in the scene, yielding the ones that should be tagged with
progress
.Override me.