新增BGM:Battle(用于单挑l/u难度,作者暂时还不知道,之后再补上)

This commit is contained in:
MrZ626
2021-04-21 16:12:21 +08:00
parent f28ab22ef9
commit 9b3b0e2086
4 changed files with 3 additions and 3 deletions

View File

@@ -267,8 +267,8 @@ do
for _,v in next,VK_org do for _,v in next,VK_org do
if not v.color then if not v.color then
autoRestart=true
fs.remove("conf/virtualkey") fs.remove("conf/virtualkey")
autoRestart=true
break break
end end
end end

BIN
media/BGM/battle.ogg Normal file

Binary file not shown.

View File

@@ -4,7 +4,7 @@ return{
life=2, life=2,
drop=60,lock=60, drop=60,lock=60,
freshLimit=15, freshLimit=15,
bg="bg2",bgm="race", bg="bg2",bgm="battle",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()

View File

@@ -4,7 +4,7 @@ return{
life=2, life=2,
drop=60,lock=60, drop=60,lock=60,
freshLimit=15, freshLimit=15,
bg="bg2",bgm="race", bg="bg2",bgm="battle",
}, },
pauseLimit=true, pauseLimit=true,
load=function() load=function()