Let's say the player has reached the end of the first level.
What's the proper way to (re)load everything for Level 2?
Basically, how to destroy all Level 1 assets and load all Level 2 assets:
- Background Textures
- Character Textures
- Sounds
- Fonts
EDIT: After reading the tutorial once again, I came across the Screen Manager (
lgScreenManager) section. Is this what I need? Am I on the right track?
What's the proper way to (re)load everything for Level 2?
Basically, how to destroy all Level 1 assets and load all Level 2 assets:
- Background Textures
- Character Textures
- Sounds
- Fonts
EDIT: After reading the tutorial once again, I came across the Screen Manager (
lgScreenManager) section. Is this what I need? Am I on the right track?
Last edited: