Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement loading new resources while loading new levels #53

Open
ivanperez-keera opened this issue Nov 29, 2017 · 0 comments
Open

Implement loading new resources while loading new levels #53

ivanperez-keera opened this issue Nov 29, 2017 · 0 comments
Assignees

Comments

@ivanperez-keera
Copy link
Owner

After the last change to the resource manager (c90e2fb), resources are loaded only once.

This should change so that resources are loaded-unloaded as the game progresses.

A possible approach would be to:

  • 1: Obtain needed resources from the current game state.
  • 2: Obtain used resources from the current resource manager.
  • 3: Unneeded resources (to be unloaded) is (2) - (1)
  • 4: Resources to load is: (1) - (2).
@ivanperez-keera ivanperez-keera added this to the Release 0.9 milestone Nov 29, 2017
@ivanperez-keera ivanperez-keera self-assigned this Nov 29, 2017
@ivanperez-keera ivanperez-keera removed this from the Release 0.9 milestone Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant