From 1aabb6b93d9e18fdf0c75585dc0723910baab247 Mon Sep 17 00:00:00 2001 From: niondir Date: Tue, 7 Jan 2014 19:54:04 +0100 Subject: [PATCH] World is a Group. Needed to remove stuff again e.g. a "BitmapText" --- build/phaser.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/phaser.d.ts b/build/phaser.d.ts index 1e00927e..9d7a6905 100644 --- a/build/phaser.d.ts +++ b/build/phaser.d.ts @@ -240,7 +240,7 @@ declare module Phaser { dump(full: boolean): void; } - class World { + class World extends Phaser.Group { constructor(game: Phaser.Game); game: Phaser.Game; bounds: Phaser.Rectangle;