Skip to content

Commit 81c0a53

Browse files
committed
Add PLUS and MINUS to list of keyboard keys
1 parent ff034b5 commit 81c0a53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/input/Keyboard.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,3 +656,5 @@ Phaser.Keyboard.INSERT = 45;
656656
Phaser.Keyboard.DELETE = 46;
657657
Phaser.Keyboard.HELP = 47;
658658
Phaser.Keyboard.NUM_LOCK = 144;
659+
Phaser.Keyboard.PLUS = 43;
660+
Phaser.Keyboard.MINUS = 45;

0 commit comments

Comments
 (0)