Pixi GrayFilter ported over (thanks nickryall #404)

Fixed Time.totalElapsedSeconds, which gets the other filters working again too.
This commit is contained in:
photonstorm
2014-02-27 22:35:06 +00:00
parent a8bd5db7ba
commit 3568dc4ff1
5 changed files with 75 additions and 0 deletions
+1
View File
@@ -160,6 +160,7 @@ Phaser.Time.prototype = {
*/
boot: function () {
this._started = Date.now();
this.events.start();
},