rosshadden / engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resource Manager

rosshadden opened this issue · comments

Make a module that loads resources, and returns promises.

I'm thinking that the resource manager will house instances of types. So for instance, resources.images.whatever will be an Image(), and resources.audio.whatever will be a Sound().

Done.