cantidio / duEngine

0 stars 1 forks source link

GameObjects should manage the resources load using the manager classes #33

Open cantidio opened 10 years ago

cantidio commented 10 years ago

Until now the GameObject receives the Spritepack and the Animationpack it should use. Instead of it, it should receive the source of these files and it should use the Manager classes to fetch the resources. It should provide a onLoad property as well.

Depends on #10, #11, #12 and #13.