Skip to content

Commit

Permalink
Merge pull request #98 from ninjadev/fire
Browse files Browse the repository at this point in the history
Better balls
  • Loading branch information
lionleaf committed Jul 12, 2014
2 parents 5dc3478 + 95b620f commit 1dbe3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VolcanoFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function VolcanoFactory( scene, fireFactory) {

var lavaBalls = [];
for (var i = 0; i < nlavaBalls; i++) {
var lavaBall = lavaBallFactory.create( 20, maxLavaBallSize, 4 );
var lavaBall = lavaBallFactory.create( 20, maxLavaBallSize, 7 );
lavaBalls.push( lavaBall );
}

Expand Down

0 comments on commit 1dbe3ba

Please sign in to comment.