ImageService provides a library of image objects that can be used at any time.
Create the service by loading all of the game's image files
The game-wide configuration
Get an image that has been loaded by the renderer, returning it as a raw Pixi Texture
The name of the image to load
A Texture built from the image
Get an image that has been loaded by the renderer
A Sprite built from the image
Get a video that has been loaded by the renderer
The name of the video to load
A Sprite built from the video
Load all of the graphics assets, then call the callback to start the game
The code to run once all assets are loaded
ImageService provides a library of image objects that can be used at any time.