新增BGM:warped(用于Ultra和Tech-L难度)
This commit is contained in:
BIN
media/BGM/warped.ogg
Normal file
BIN
media/BGM/warped.ogg
Normal file
Binary file not shown.
@@ -9,7 +9,7 @@ return{
|
|||||||
b2bKill=true,
|
b2bKill=true,
|
||||||
target=200,
|
target=200,
|
||||||
dropPiece=PLY.check_attackReach,
|
dropPiece=PLY.check_attackReach,
|
||||||
bg="matrix",bgm="down",
|
bg="matrix",bgm="warped",
|
||||||
},
|
},
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ return{
|
|||||||
drop=0,lock=60,
|
drop=0,lock=60,
|
||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
dropPiece=tech_check_hard,
|
dropPiece=tech_check_hard,
|
||||||
bg="matrix",bgm="down",
|
bg="matrix",bgm="warped",
|
||||||
},
|
},
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ return{
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
bg="fan",bgm="infinite",
|
bg="fan",bgm="warped",
|
||||||
},
|
},
|
||||||
slowMark=true,
|
slowMark=true,
|
||||||
pauseLimit=true,
|
pauseLimit=true,
|
||||||
|
|||||||
Reference in New Issue
Block a user