Removed un-needed file and added SoundManager fix.

This commit is contained in:
Richard Davey
2013-05-02 05:16:16 +01:00
parent e39073d07b
commit 0a08e1ae0e
4 changed files with 4 additions and 76 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
Phaser
======
Version: 0.9.5 - Released: XXX 2013
Version: 0.9.5 - Released: 2nd May 2013
By Richard Davey, [Photon Storm](http://www.photonstorm.com)
@@ -50,6 +50,7 @@ V0.9.5
* Added TilemapLayer.fillTiles - fills the given region of the map with the tile specified.
* Added TilemapLayer.randomiseTiles - fills the given region of the map with a random tile from the list specified.
* Added fun new "map draw" test - reflect those carrots! :)
* Changed SoundManager class to respect volume on first place (thanks initials and hackmaniac)
Requirements
------------