change the default baseURL for the given asset type. (this will prepend the asset URL and must finish with a '/')
"*", "audio", "video", "binary", "image", "json", "js", "tmx", "tsx"
Optional
default base URL
setBaseURL
loader
// change the base URL relative address for audio assetsme.loader.setBaseURL("audio", "data/audio/");// change the base URL absolute address for all object typesme.loader.setBaseURL("*", "http://myurl.com/") Copy
// change the base URL relative address for audio assetsme.loader.setBaseURL("audio", "data/audio/");// change the base URL absolute address for all object typesme.loader.setBaseURL("*", "http://myurl.com/")
change the default baseURL for the given asset type.
(this will prepend the asset URL and must finish with a '/')