Skip to content

Commit d7ccddb

Browse files
authored
Merge pull request phaserjs#5101 from MartinBlackburn/addTypes
added down key to types for SmoothedKeyControlConfig
2 parents a103696 + c4a3a3c commit d7ccddb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cameras/controls/typedefs/SmoothedKeyControlConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @property {Phaser.Input.Keyboard.Key} [left] - The Key to be pressed that will move the Camera left.
77
* @property {Phaser.Input.Keyboard.Key} [right] - The Key to be pressed that will move the Camera right.
88
* @property {Phaser.Input.Keyboard.Key} [up] - The Key to be pressed that will move the Camera up.
9+
* @property {Phaser.Input.Keyboard.Key} [down] - The Key to be pressed that will move the Camera down.
910
* @property {Phaser.Input.Keyboard.Key} [zoomIn] - The Key to be pressed that will zoom the Camera in.
1011
* @property {Phaser.Input.Keyboard.Key} [zoomOut] - The Key to be pressed that will zoom the Camera out.
1112
* @property {number} [zoomSpeed=0.01] - The speed at which the camera will zoom if the `zoomIn` or `zoomOut` keys are pressed.

0 commit comments

Comments
 (0)