Two new particle examples and a group animation example. Also fixed CocoonJS sound issue and Cache sound locked bug.

This commit is contained in:
photonstorm
2013-12-31 03:37:11 +00:00
parent 3b87ce9fc9
commit 86f6ddcbc8
15 changed files with 228 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
var game = new Phaser.Game(800, 600, Phaser.CANVAS, 'phaser-example', { preload: preload, create: create, update: update, render: render });
var baseAlphaIncSpeed= 0.006;
var baseAlphaIncSpeed = 0.006;
function preload() {
game.load.spritesheet('item', 'assets/buttons/number-buttons-90x90.png', 90, 90);