Richard Davey
|
f3d9f145a6
|
Fixed flow error when the Loader would never complete if every single file failed.
|
2018-01-19 17:28:48 +00:00 |
|
Richard Davey
|
8c3422f2b4
|
BaseURL adds trailing slash if missing.
|
2018-01-19 17:10:23 +00:00 |
|
Richard Davey
|
7c7336dd30
|
Loader.reset gets path and baseURL again.
|
2018-01-19 17:07:38 +00:00 |
|
Richard Davey
|
7e0b04df70
|
You can now specify Loader settings (baseURL, path, xhr settings, etc) in either the Game Config, the Scene Config or a File Config. Game config is used as the defaults. Scene config overrides those, and a File config overrides the Scene config. This fixes #3168.
|
2018-01-19 16:56:41 +00:00 |
|
Richard Davey
|
57444596e5
|
Loader now emits a progress event which can be used for progress bar loaders, etc. Also added setBasePath and removed console logs.
|
2018-01-19 16:30:04 +00:00 |
|
Richard Davey
|
e2d71e2c6d
|
BaseLoader renamed LoaderPlugin, const updated, index updated.
|
2018-01-19 14:54:50 +00:00 |
|