Merge pull request #1061 from clark-stevenson/dev

Fixed #1056 draw typo changed to drag
This commit is contained in:
Richard Davey 2014-07-22 13:49:44 +01:00
commit 74b1189890

2
build/phaser.d.ts vendored
View file

@ -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;