mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
Add PLUS and MINUS to list of keyboard keys
This commit is contained in:
parent
ff034b5077
commit
81c0a53ef2
1 changed files with 2 additions and 0 deletions
|
@ -656,3 +656,5 @@ Phaser.Keyboard.INSERT = 45;
|
|||
Phaser.Keyboard.DELETE = 46;
|
||||
Phaser.Keyboard.HELP = 47;
|
||||
Phaser.Keyboard.NUM_LOCK = 144;
|
||||
Phaser.Keyboard.PLUS = 43;
|
||||
Phaser.Keyboard.MINUS = 45;
|
||||
|
|
Loading…
Reference in a new issue