-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Deferred resource loading allows you to create a loading bar while resources are read from file.
- Defer all resource loading routed through
Resources(sounds, textures, levels, etc) - Go to loading screen when game starts
- Load resources one at a time from the
LoadingList - Update loading screen as resources are loaded
- Go to main menu once all resources are loaded