mirror of
https://github.com/wassname/phaser.git
synced 2026-07-26 13:27:43 +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