getImage(key, full) → {Image}
Gets a Image object from the cache. This returns a DOM Image object, not a Phaser.Image object. The object is looked-up based on the key given. Note: If the object cannot be found a console.warn message is displayed. Only the Image cache is searched, which covers images loaded via Loader.image, Sprite Sheets and Texture Atlases. If you need the image used by a bitmap font or similar then please use those respective 'get' methods.
Parameters
Name Type Argument De