Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Windla authored Feb 19, 2022
1 parent fbf9312 commit 32b31e5
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _del.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
::这是一个用于删除与原皮肤冲突音效的bat脚本
::涉及 ".mp3" ".ogg" ".wav" 请注意备份

::作者主页: https://space.bilibili.com/358002685
::发布地址: https://github.com/Windla/WarmaSound


del /s /q "applause.*"
del /s /q "check-on.*"
del /s /q "check-off.*"
del /s /q "combobreak.*"
del /s /q "count*.*"
del /s /q "failsound.*"
del /s /q "gos.*"
del /s /q "match-join.*"
del /s /q "menuhit.*"
del /s /q "menuback.*"
del /s /q "pause-loop.*"
del /s /q "readys.*"
del /s /q "sectionfail.*"
del /s /q "sectionpass.*"
del /s /q "shutter.*"
del /s /q "spinnerspin.*"
Binary file added check-off.wav
Binary file not shown.
Binary file added check-on.wav
Binary file not shown.
Binary file added gos.wav
Binary file not shown.
Binary file added match-join.wav
Binary file not shown.
Binary file modified pause-loop.wav
Binary file not shown.
Binary file added readys.wav
Binary file not shown.
Binary file added sectionfail.wav
Binary file not shown.
Binary file added sectionpass.wav
Binary file not shown.
Binary file modified shutter.wav
Binary file not shown.
4 changes: 4 additions & 0 deletions skin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[General]
Name: Warma Sound
Author: Windla
Version: 1.0
Binary file added spinnerspin.ogg
Binary file not shown.

0 comments on commit 32b31e5

Please sign in to comment.