Added CSS3Filters plugin. Also modified Sprite to contain preUpdate call, so that update can be over-ridden by custom Classes + added an example for this.

This commit is contained in:
Richard Davey
2013-09-11 00:35:21 +01:00
parent e2eddc8b24
commit f885f7b023
5 changed files with 255 additions and 2 deletions
+6
View File
@@ -10,6 +10,12 @@ Phaser.GameObjectFactory.prototype = {
game: null,
world: null,
existing: function (object) {
return this.world.add(object);
},
/**
* Create a new Sprite with specific position and sprite sheet key.
*