Skip to content

Commit bb82d0f

Browse files
committed
better lesson sound
1 parent b353930 commit bb82d0f

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

public/sound/other/energy3.mp3

28 KB
Binary file not shown.

public/sound/other/energy3.ogg

22.5 KB
Binary file not shown.

public/sound/win.mp3

-9.21 KB
Binary file not shown.

public/sound/win.ogg

-10.5 KB
Binary file not shown.

ui/learn/src/sound.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ var make = function(file, volume) {
1818
module.exports = {
1919
move: make('standard/Move'),
2020
take: make('sfx/Tournament3rd'),
21-
stageEnd: make('win'),
21+
stageEnd: make('other/energy3'),
2222
lessonEnd: make('sfx/Tournament1st')
2323
};

0 commit comments

Comments
 (0)