images property
Images
images
getter/setter pairinherited
The cache of all images loaded into the game. This defaults to the global
Flame.images
cache, but you can replace it with a new cache instance if
needed.
Implementation
Images images = Flame.images;