Skip to content

Commit

Permalink
Make confetti last longer
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmorris committed Sep 15, 2023
1 parent 7c65282 commit a37a38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lander/confetti.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const makeConfetti = (state, amount, passedPosition, passedVelocity) => {
const audio = state.get("audioManager");
const confettiTypeAmount = Math.round(amount / 2);
const timeOfInit = Date.now();
const visibilityDuration = 1_500;
const visibilityDuration = 5_000;
let hasPlayedAudio = false;

const _startingPosition = (index) =>
Expand Down

0 comments on commit a37a38e

Please sign in to comment.