phaser/src/loader
Richard Davey 50480d815f * Cache.getFrame has a new cache parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.getFrameCount has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.getFrameData has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.hasFrameData has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.getFrameByIndex has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)
* Cache.getFrameByName has a new `cache` parameter (that defaults to the Image cache, but can be changed to any other)

re: #1935
2015-07-26 13:14:25 +01:00
..
Cache.js * Cache.getFrame has a new cache parameter (that defaults to the Image cache, but can be changed to any other) 2015-07-26 13:14:25 +01:00
Loader.js Fixed packfiles undefined path error. 2015-07-22 10:53:15 +01:00
LoaderParser.js Improving JSON BitmapText implementation 2015-07-16 13:30:55 +02:00