新BGM:1989(用于几个经典模式)

重新安排一些模式的BGM
This commit is contained in:
MrZ626
2021-11-06 04:05:08 +08:00
parent 111790fdab
commit 8b4504bfa0
14 changed files with 13 additions and 12 deletions

BIN
media/music/1989.ogg Normal file

Binary file not shown.

View File

@@ -6,7 +6,7 @@ return{
visible='easy', visible='easy',
mesDisp=require"parts.eventsets.blindMesDisp".mesDisp, mesDisp=require"parts.eventsets.blindMesDisp".mesDisp,
eventSet='checkLine_200', eventSet='checkLine_200',
bg='glow',bgm='push', bg='glow',bgm='sugar fairy',
}, },
score=function(P)return{math.min(P.stat.row,200),P.stat.time}end, score=function(P)return{math.min(P.stat.row,200),P.stat.time}end,
scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end,

View File

@@ -9,7 +9,7 @@ return{
freshLimit=15, freshLimit=15,
mesDisp=require"parts.eventsets.blindMesDisp".mesDisp, mesDisp=require"parts.eventsets.blindMesDisp".mesDisp,
eventSet='checkLine_200', eventSet='checkLine_200',
bg='rgb',bgm='push', bg='rgb',bgm='sugar fairy',
}, },
score=function(P)return{math.min(P.stat.row,200),P.stat.time}end, score=function(P)return{math.min(P.stat.row,200),P.stat.time}end,
scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end,

View File

@@ -10,7 +10,7 @@ return{
freshLimit=15, freshLimit=15,
mesDisp=require"parts.eventsets.blindMesDisp".mesDisp, mesDisp=require"parts.eventsets.blindMesDisp".mesDisp,
eventSet='checkLine_200', eventSet='checkLine_200',
bg='rgb',bgm='push', bg='rgb',bgm='sugar fairy',
}, },
score=function(P)return{math.min(P.stat.row,200),P.stat.time}end, score=function(P)return{math.min(P.stat.row,200),P.stat.time}end,
scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end,

View File

@@ -6,7 +6,7 @@ return{
visible='fast', visible='fast',
mesDisp=require"parts.eventsets.blindMesDisp".mesDisp, mesDisp=require"parts.eventsets.blindMesDisp".mesDisp,
eventSet='checkLine_200', eventSet='checkLine_200',
bg='glow',bgm='push', bg='glow',bgm='sugar fairy',
}, },
score=function(P)return{math.min(P.stat.row,200),P.stat.time}end, score=function(P)return{math.min(P.stat.row,200),P.stat.time}end,
scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." Lines "..STRING.time(D[2])end,

View File

@@ -5,7 +5,7 @@ return{
smooth=false, smooth=false,
face={0,0,2,2,2,0,0}, face={0,0,2,2,2,0,0},
eventSet='classic_e', eventSet='classic_e',
bg='rgb',bgm='magicblock', bg='rgb',bgm='1989',
}, },
slowMark=true, slowMark=true,
score=function(P)return{P.stat.score,P.stat.row}end, score=function(P)return{P.stat.score,P.stat.row}end,

View File

@@ -5,7 +5,7 @@ return{
smooth=false, smooth=false,
face={0,0,2,2,2,0,0}, face={0,0,2,2,2,0,0},
eventSet='classic_h', eventSet='classic_h',
bg='rgb',bgm='magicblock', bg='rgb',bgm='1989',
}, },
slowMark=true, slowMark=true,
score=function(P)return{P.stat.score,P.stat.row}end, score=function(P)return{P.stat.score,P.stat.row}end,

View File

@@ -5,7 +5,7 @@ return{
smooth=false, smooth=false,
face={0,0,2,2,2,0,0}, face={0,0,2,2,2,0,0},
eventSet='classic_u', eventSet='classic_u',
bg='rgb',bgm='magicblock', bg='rgb',bgm='1989',
}, },
slowMark=true, slowMark=true,
score=function(P)return{P.stat.score,P.stat.row}end, score=function(P)return{P.stat.score,P.stat.row}end,

View File

@@ -4,7 +4,7 @@ return{
mindas=7,minarr=1,minsdarr=1, mindas=7,minarr=1,minsdarr=1,
keyCancel={6}, keyCancel={6},
eventSet='rhythm_e', eventSet='rhythm_e',
bg='bg2',bgm='push', bg='bg2',bgm='magicblock',
}, },
slowMark=true, slowMark=true,
score=function(P)return{math.min(P.stat.row,200),P.stat.time}end, score=function(P)return{math.min(P.stat.row,200),P.stat.time}end,

View File

@@ -14,7 +14,7 @@ return{
pushSpeed=2, pushSpeed=2,
freshLimit=15, freshLimit=15,
eventSet='royale', eventSet='royale',
bg='rainbow',bgm='sugar fairy', bg='rainbow',bgm='rockblock',
}, },
load=function() load=function()
ROYALEDATA.powerUp={2,5,10,20} ROYALEDATA.powerUp={2,5,10,20}

View File

@@ -14,7 +14,7 @@ return{
pushSpeed=2, pushSpeed=2,
freshLimit=15, freshLimit=15,
eventSet='royale', eventSet='royale',
bg='rainbow',bgm='magicblock', bg='rainbow',bgm='rockblock',
}, },
load=function() load=function()
ROYALEDATA.powerUp={2,5,10,20} ROYALEDATA.powerUp={2,5,10,20}

View File

@@ -14,7 +14,7 @@ return{
pushSpeed=2, pushSpeed=2,
freshLimit=15, freshLimit=15,
eventSet='royale', eventSet='royale',
bg='rainbow',bgm='sugar fairy', bg='rainbow',bgm='rockblock',
}, },
load=function() load=function()
ROYALEDATA.powerUp={2,6,14,30} ROYALEDATA.powerUp={2,6,14,30}

View File

@@ -14,7 +14,7 @@ return{
pushSpeed=2, pushSpeed=2,
freshLimit=15, freshLimit=15,
eventSet='royale', eventSet='royale',
bg='rainbow',bgm='magicblock', bg='rainbow',bgm='rockblock',
}, },
load=function() load=function()
ROYALEDATA.powerUp={2,6,14,30} ROYALEDATA.powerUp={2,6,14,30}

View File

@@ -21,6 +21,7 @@ local author={
["jazz nihilism"]="Trebor", ["jazz nihilism"]="Trebor",
["race remix"]="柒栎流星", ["race remix"]="柒栎流星",
["sakura"]="ZUN & C29H25N3O5", ["sakura"]="ZUN & C29H25N3O5",
["1989"]="C29H25N3O5",
} }
local scene={} local scene={}