Skip to content

Commit

Permalink
committing Cloud.hx source file
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindelof committed Apr 10, 2011
1 parent 4c297bf commit dbb8235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloud.hx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Cloud extends Sprite
mouse = s.makeParticle();
mouse.makeFixed();
others = new Array();
for(i in 0...600)
for(i in 0...1000)
{
others[i] = s.makeParticle(1.0,new Vector3D(Math.random()*stage.stageWidth, Math.random()*stage.stageHeight,0));
s.makeAttraction(mouse, others[i], 5000, 50);
Expand Down

0 comments on commit dbb8235

Please sign in to comment.