From 7677af9f6e5e1d9881a95fc10d44bfc1bae0dc58 Mon Sep 17 00:00:00 2001 From: Clark Stevenson Date: Mon, 20 Oct 2014 12:31:12 +0100 Subject: [PATCH] Update phaser.plugin.isometric.d.ts Fixed small typo. --- dist/phaser.plugin.isometric.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/phaser.plugin.isometric.d.ts b/dist/phaser.plugin.isometric.d.ts index ca7d47f..735117f 100644 --- a/dist/phaser.plugin.isometric.d.ts +++ b/dist/phaser.plugin.isometric.d.ts @@ -316,7 +316,7 @@ declare module Phaser.Plugin { overlap(object1: any, object2: any, overlapCallback?: Function, processCallback?: Function, callbackContext?: any): boolean; collide(object1: any, object2: any, overlapCallback?: Function, processCallback?: Function, callbackContext?: any): boolean; intersects(body1: Phaser.Plugin.Isometric.Body): boolean; - distanceBEtwee(source: any, target: any): number; + distanceBetween(source: any, target: any): number; distanceToXY(displayObject: any, x: number, y: number): number; distanceToXYZ(displayObject: any, x: number, y: number, z: number): number;