Currently, Excalibur loads all resources at once (usually before the game starts).
Proposal
Implement incremental loading, so that a subset of resources can be loaded at any particular time (for example, at the beginning of a each game level, or on an as-needed basis).
Context
Currently, Excalibur loads all resources at once (usually before the game starts).
Proposal
Implement incremental loading, so that a subset of resources can be loaded at any particular time (for example, at the beginning of a each game level, or on an as-needed basis).