Level Loading
Learn how to load and manage levels in your game. This involves:
- Creating a custom asset format
- Implementing an asset loader
- Accessing the asset at runtime
- Starting the level based on its file
Switch to the branch:
git checkout 07-level-loading