mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +08:00
Minor labs updates.
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user