mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
World is a Group. Needed to remove stuff again e.g. a "BitmapText"
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user