spilgames / glue

Glue is a JavaScript game engine for making web games that run on desktop and touch devices.
glue-engine.com
Other
10 stars 4 forks source link

Loading assets should be consistent #190

Closed Marcolombo closed 10 years ago

Marcolombo commented 10 years ago

Right now images, audio, json and binary are loaded in a different way (images for example have the /image folder embedded in the path, json don't have it). This should happen in the same way, starting from the assets folder.