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
|
69dbe38c9f
|
Scene.Systems keeps track of it's booted, so plugins know how to respond to the boot event (or not). You can now also load a plugin into a Scene at runtime.
|
2018-01-18 13:59:37 +00:00 |
|
Richard Davey
|
776d178b38
|
Scene settings now checks for a plugins array
|
2018-01-18 05:18:45 +00:00 |
|
Richard Davey
|
8e07320596
|
Migrating to plugins
|
2018-01-16 19:49:13 +00:00 |
|
Richard Davey
|
674c1b5ba8
|
Moving plugins to their own locations
|
2018-01-16 18:34:37 +00:00 |
|