Skip to content

Commit

Permalink
Improve portal noise
Browse files Browse the repository at this point in the history
44100hertz committed Jan 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 25b5d3e commit 8aae52e
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/redbricks/game.js
Original file line number Diff line number Diff line change
@@ -190,7 +190,7 @@ class Game {
sound.play("wallbump", 2);
break;
case "portal":
sound.play("portal", 6);
sound.play("portal", 0);
break;
case "paddle":
this.brickStreak = 0;
Binary file modified games/redbricks/sound/portal.wav
Binary file not shown.

0 comments on commit 8aae52e

Please sign in to comment.