This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-18 17:16:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
159f49d5bf
phaser
/
src
/
loader
History
photonstorm
c032d57183
Loader.images is a new method that allows you to pass an array of image keys, and optionally the urls, to the Loader and have them all added to the load queue in one go.
2015-07-30 15:01:52 +01:00
..
Cache.js
Phaser.Sound will now automatically check the Cache to see if the audio file it is using is still there or not. If not then it will automatically called
Sound.destroy
on itself. If you do not desire this result then you should ensure that you undertake all house-keeping yourself, and properly destroy Sound objects _before_ calling
Cache.removeSound
(
#1946
)
2015-07-27 14:02:04 +01:00
Loader.js
Loader.images is a new method that allows you to pass an array of image keys, and optionally the urls, to the Loader and have them all added to the load queue in one go.
2015-07-30 15:01:52 +01:00
LoaderParser.js
Improving JSON BitmapText implementation
2015-07-16 13:30:55 +02:00