erikwatson / Bramble

A little JS game engine for jamming on prototypes.
MIT License
0 stars 1 forks source link

Asset Imports #4

Open erikwatson opened 5 years ago

erikwatson commented 5 years ago

I think the asset importer might want to have an import function for each of our default supported asset types. It should be easy enough to just wrap up the basic file imports in such a way that we also construct and return a newly configured one of those things we need.

Off the top of my head, some of the asset constructors we might want to wrap up include

erikwatson commented 4 years ago

I've updated the list, I think this is pretty accurate as of today.