Updated version to 2.0.0 (fixes npm install issue #476)

This commit is contained in:
photonstorm
2014-02-24 12:00:28 +00:00
parent e088d5c67f
commit 46e85c8394
3 changed files with 14 additions and 34 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Phaser.GamepadButton = function (game, buttoncode) {
* @property {boolean} isUp - The "up" state of the button.
* @default
*/
this.isUp = false;
this.isUp = true;
/**
* @property {number} timeDown - The timestamp when the button was last pressed down.