cr fixes
This commit is contained in:
parent
e0e1a7e76a
commit
9e5d8f5d9c
6 changed files with 34 additions and 9571 deletions
|
@ -7,5 +7,6 @@ export interface UserInputHandlerInterface {
|
|||
deltaZ: number
|
||||
) => void;
|
||||
handlePointerUpEvent: (pointer: Phaser.Input.Pointer, gameObjects: Phaser.GameObjects.GameObject[]) => void;
|
||||
handlePointerDownEvent: (pointer: Phaser.Input.Pointer, gameObjects: Phaser.GameObjects.GameObject[]) => void;
|
||||
handleSpaceKeyUpEvent: (event: Event) => Event;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue