mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
Merge pull request #1061 from clark-stevenson/dev
Fixed #1056 draw typo changed to drag
This commit is contained in:
commit
74b1189890
1 changed files with 1 additions and 1 deletions
2
build/phaser.d.ts
vendored
2
build/phaser.d.ts
vendored
|
@ -3103,7 +3103,7 @@ declare module Phaser {
|
|||
customSeparateX: boolean;
|
||||
customSeparateY: boolean;
|
||||
deltaMax: Phaser.Point;
|
||||
draw: Phaser.Point;
|
||||
drag: Phaser.Point;
|
||||
embedded: boolean;
|
||||
enable: boolean;
|
||||
facing: number;
|
||||
|
|
Loading…
Reference in a new issue