mirror of
https://github.com/wassname/phaser.git
synced 2026-07-23 13:00:41 +08:00
Test
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
game.debug.renderText('Recycle baddies from a group using getFirstExists.', 16, 24);
|
||||
game.debug.renderText('Notice that you cannot add more than 8 baddies since we only create 8 instance.', 16, 36);
|
||||
game.debug.renderText('Living baddies: ' + (enemies.countLiving()+1), 340, 420);
|
||||
game.debug.renderText('Living baddies: ' + (enemies.countLiving()), 340, 420);
|
||||
}
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user