Skip to content

Commit

Permalink
Increased suck speed
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu committed Jan 30, 2011
1 parent 27f11f0 commit d576319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/timwu/Particles/ParticleView.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void run() {

private void doInput() {
if (singleTap) {
SuckForce sf = new SuckForce(downEvent.getX(), downEvent.getY(), 150.0f, 1500.0f, 1.0f);
SuckForce sf = new SuckForce(downEvent.getX(), downEvent.getY(), 150.0f, 3000.0f, 1.0f);
forces.add(sf);
singleTap = false;
}
Expand Down

0 comments on commit d576319

Please sign in to comment.