新增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
|
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
BIN
media/BGM/battle.ogg
Normal file
Binary file not shown.
@@ -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()
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user