Skip to content

Commit a8e2483

Browse files
Minor Update.
1 parent 76e2b00 commit a8e2483

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

typescript/phaser.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference path="pixi.d.ts" />
22
/// <reference path="p2.d.ts" />
33

4-
// Type definitions for Phaser 2.4.0 2015-May-25
4+
// Type definitions for Phaser 2.4.0 2015-Jun-02
55
// Project: https://github.com/photonstorm/phaser
66

77
declare class Phaser {
@@ -1733,6 +1733,7 @@ declare module Phaser {
17331733
snapOffsetY: number;
17341734
snapOnDrag: boolean;
17351735
snapOnRelease: boolean;
1736+
snapPoint: Phaser.Point;
17361737
snapX: number;
17371738
snapY: number;
17381739
sprite: Phaser.Sprite;

0 commit comments

Comments
 (0)