Fixed the Button frame issue and Down states now work properly

This commit is contained in:
Richard Davey
2013-09-09 10:30:01 +01:00
parent 9b6c819e0e
commit 13d6ab512b
3 changed files with 53 additions and 44 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ Phaser.Input = function (game) {
this.game = game;
this.inputObjects = [];
this.totalTrackedObjects = 0;
// this.inputObjects = [];
// this.totalTrackedObjects = 0;
};