digitsensitive/phaser3-typescript

SmoothedKeyControlConfig missing down key property

JustinRBaker88 opened this issue · 0 comments

I'm new to Phaser and TypeScript, but I believe I ran into an issue during development where I got a compilation error due to a missing property in the TypeScript definition of SmoothedKeyControlConfig.

I believe it should be a simple fix of adding

 /**
 * The Key to be pressed that will move the Camera down.
 */
down?: Phaser.Input.Keyboard.Key;

to line 239.