I'm writing a game using LWJGL and Java, and was wondering if there were best practices for when to load resources.
I have seen examples that load all resources when initializing the game (XNA), ones that load the new resources needed for each level while referencing the already loaded assets again.
No comments:
Post a Comment