Minor labs updates.

This commit is contained in:
photonstorm
2014-02-20 04:28:19 +00:00
parent 91c0299d4c
commit c48e685802
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function create() {
batch = game.add.spriteBatch();
var total = (game.renderType === Phaser.WEBGL) ? 10000 : 100;
var total = (game.renderType === Phaser.WEBGL) ? 5000 : 100;
for (var i = 0; i < total; i++)
{