We should support a very simply system for displaying something on the screen while resources are loading. For now it can be updated from the project in the resource loading loop. We know how many resources are scheduled to load, so we can report a rough loading percentage. This means very infrequent updates, but it's a good start.
A more fancy 60 fps version can be created later if needed.
We should support a very simply system for displaying something on the screen while resources are loading. For now it can be updated from the project in the resource loading loop. We know how many resources are scheduled to load, so we can report a rough loading percentage. This means very infrequent updates, but it's a good start.
A more fancy 60 fps version can be created later if needed.