danielellis / Sandblaster

Group Project from Cal Poly Spring 2007
1 stars 0 forks source link

Push back resource loading #10

Open danielellis opened 11 years ago

danielellis commented 11 years ago

Right now all of the resources are being loaded for every game mode in the beginning (GameModeManager::Initialize). We only want the resources loaded for the game mode that we can access at that time. For example, we don't need all of the world resources at the main menu.