新增BGM:Battle(用于单挑l/u难度,作者暂时还不知道,之后再补上)
This commit is contained in:
2
main.lua
2
main.lua
@@ -267,8 +267,8 @@ do
|
||||
|
||||
for _,v in next,VK_org do
|
||||
if not v.color then
|
||||
autoRestart=true
|
||||
fs.remove("conf/virtualkey")
|
||||
autoRestart=true
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
BIN
media/BGM/battle.ogg
Normal file
BIN
media/BGM/battle.ogg
Normal file
Binary file not shown.
@@ -4,7 +4,7 @@ return{
|
||||
life=2,
|
||||
drop=60,lock=60,
|
||||
freshLimit=15,
|
||||
bg="bg2",bgm="race",
|
||||
bg="bg2",bgm="battle",
|
||||
},
|
||||
pauseLimit=true,
|
||||
load=function()
|
||||
|
||||
@@ -4,7 +4,7 @@ return{
|
||||
life=2,
|
||||
drop=60,lock=60,
|
||||
freshLimit=15,
|
||||
bg="bg2",bgm="race",
|
||||
bg="bg2",bgm="battle",
|
||||
},
|
||||
pauseLimit=true,
|
||||
load=function()
|
||||
|
||||
Reference in New Issue
Block a user