Closed mrozbarry closed 5 years ago
New asset loading API:
// old assetManager.loadImages([{ name: 'cloud-1', image: someImportedImage }]); // new assetManager.selectImages(['cloud-1']).load()
Advantages:
Also, check out the new asset loaders in src/assets/*.js - we should be able to rapidly build new loaders, and implement them in AssetManager.
Tasks
Tickets
Changes:
New asset loading API:
Advantages:
Also, check out the new asset loaders in src/assets/*.js - we should be able to rapidly build new loaders, and implement them in AssetManager.