Skip to content

Commit

Permalink
added help text on how to change the hit sound
Browse files Browse the repository at this point in the history
  • Loading branch information
imprity committed Aug 6, 2024
1 parent a39bf4b commit 69b8c11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ goto :quit
xcopy /Y .\assets\hit-sound.ogg ".\release\%release_folder%\"
if !errorlevel! neq 0 exit /b !errorlevel!

xcopy /Y .\change-hit-sound.txt ".\release\%release_folder%\"
if !errorlevel! neq 0 exit /b !errorlevel!

mkdir .\release\zip
if !errorlevel! neq 0 exit /b !errorlevel!

Expand Down
4 changes: 4 additions & 0 deletions change-hit-sound.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
How to change hit sound.

1. Change the original hit sound file from hit-sound.ogg to hit-sound.ogg.bak
2. Drop in the new hit sound you like and change it's file name to hit-sound.ogg or hit-sound.mp3 or hit-sound.wav

0 comments on commit 69b8c11

Please sign in to comment.