mirror of
https://github.com/wassname/phaser.git
synced 2026-08-18 12:20:33 +08:00
Updated version to 2.0.0 (fixes npm install issue #476)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user