Resource - demipel8/game-wrapper GitHub Wiki
Every asset the loader will process will have different properties depending on the implementation. The resource object specifies only the required objects for the wrappers and its implementation is an object factory that return a correct formatted resource object from an arbitrary object data.
For the first version only the name and the path to the resource will be required, Both parameters will be strings.
##Interface
Resource = {
name: '',
url: ''
}