An example of the SpriteSheetLoader
, which automatically parses loaded JSON, and will internally preload
associated images and instantiate a SpriteSheet
instance before the complete
event is fired.
Some browsers can not load images or access pixel data when running local files, and may throw a security error or not work unless the content is running on a server.