Skip to content

Commit

Permalink
Update solidPlume.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed Feb 15, 2025
1 parent c823e83 commit a2ff606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ts/utils/solidPlume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class SolidPlume {

readonly direction = Axis.Z;

private particleSpeed = 10;
private particleSpeed = 50;

readonly recycledParticles: SolidParticle[] = [];

Expand Down

0 comments on commit a2ff606

Please sign in to comment.