World is a Group. Needed to remove stuff again e.g. a "BitmapText"

This commit is contained in:
niondir
2014-01-07 19:54:04 +01:00
parent 77a8dc321f
commit 1aabb6b93d
+1 -1
View File
@@ -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;