mirror of
https://github.com/wassname/phaser.git
synced 2026-08-09 12:20:34 +08:00
Adding Type support for collision checks.
This commit is contained in:
@@ -36,6 +36,8 @@ Phaser.Group = function (game, parent, name, useStage) {
|
||||
}
|
||||
}
|
||||
|
||||
this.type = Phaser.GROUP;
|
||||
|
||||
this.exists = true;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user