新BGM:Moonbeam(用于pc挑战最后两个难度)
This commit is contained in:
BIN
media/BGM/moonbeam.ogg
Normal file
BIN
media/BGM/moonbeam.ogg
Normal file
Binary file not shown.
@@ -14,7 +14,7 @@ return{
|
|||||||
while true do yield()if S.frame>180*60 then P.strength=3;P:setFrameColor(3)break end end
|
while true do yield()if S.frame>180*60 then P.strength=3;P:setFrameColor(3)break end end
|
||||||
while true do yield()if S.frame>260*60 then P.strength=4;P:setFrameColor(4)break end end
|
while true do yield()if S.frame>260*60 then P.strength=4;P:setFrameColor(4)break end end
|
||||||
end,
|
end,
|
||||||
bgm={'battle','cruelty','distortion','far','final','hope','magicblock','new era','push','race','rockblock','secret7th','secret8th','shining terminal','storm','super7th','warped','waterfall'},
|
bgm={'battle','cruelty','distortion','far','final','hope','magicblock','new era','push','race','rockblock','secret7th','secret8th','shining terminal','storm','super7th','warped','waterfall','moonbeam'},
|
||||||
},
|
},
|
||||||
load=function()
|
load=function()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ return{
|
|||||||
freshLimit=8,
|
freshLimit=8,
|
||||||
heightLimit=4,
|
heightLimit=4,
|
||||||
ospin=false,
|
ospin=false,
|
||||||
bg='rgb',bgm='truth',
|
bg='rgb',bgm='moonbeam',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
pauseLimit=true,
|
||||||
load=function()
|
load=function()
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ return{
|
|||||||
dropPiece=function(P)if P.stat.row>=100 then P:win('finish')end end,
|
dropPiece=function(P)if P.stat.row>=100 then P:win('finish')end end,
|
||||||
freshLimit=15,
|
freshLimit=15,
|
||||||
ospin=false,
|
ospin=false,
|
||||||
bg='rgb',bgm='truth',
|
bg='rgb',bgm='moonbeam',
|
||||||
},
|
},
|
||||||
pauseLimit=true,
|
pauseLimit=true,
|
||||||
load=function()
|
load=function()
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ local author={
|
|||||||
battle="Aether & MrZ",
|
battle="Aether & MrZ",
|
||||||
empty="ERM",
|
empty="ERM",
|
||||||
["how feeling"]="????",
|
["how feeling"]="????",
|
||||||
|
moonbeam="Beethoven & MrZ",
|
||||||
}
|
}
|
||||||
|
|
||||||
local scene={}
|
local scene={}
|
||||||
|
|||||||
Reference in New Issue
Block a user