添加两个新bgm,修改一些模式的bgm配置

This commit is contained in:
MrZ626
2021-10-14 19:43:18 +08:00
parent b36948cf30
commit ff1e034a87
8 changed files with 11 additions and 4 deletions

BIN
media/music/race remix.ogg Normal file

Binary file not shown.

BIN
media/music/sakura.ogg Normal file

Binary file not shown.

View File

@@ -2,7 +2,7 @@ return{
color=COLOR.black, color=COLOR.black,
env={ env={
eventSet='master_ph', eventSet='master_ph',
bg='blockspace',bgm='super7th', bg='blockspace',bgm='race remix',
}, },
slowMark=true, slowMark=true,
score=function(P)return{P.result=='win'and 260 or P.modeData.pt,P.stat.time}end, score=function(P)return{P.result=='win'and 260 or P.modeData.pt,P.stat.time}end,

View File

@@ -20,6 +20,7 @@ return{
GAME.modeEnv.task=marginTask GAME.modeEnv.task=marginTask
local L=TABLE.copy(netPLY.list) local L=TABLE.copy(netPLY.list)
print("#1:"..#L)
local N=1 local N=1
for i,p in next,L do for i,p in next,L do
if p.uid==USER.uid then if p.uid==USER.uid then
@@ -38,5 +39,9 @@ return{
N=N+1 N=N+1
end end
end end
print("N:"..N)
for i=1,#PLAYERS do
print("(s)id:"..PLAYERS[i].id.."("..PLAYERS[i].sid..")")
end
end, end,
} }

View File

@@ -9,7 +9,7 @@ return{
freshLimit=15, freshLimit=15,
RS="SRS", RS="SRS",
eventSet='pctrain_l', eventSet='pctrain_l',
bg='rgb',bgm='oxygen', bg='rgb',bgm='memory',
}, },
score=function(P)return{P.stat.pc,P.stat.time}end, score=function(P)return{P.stat.pc,P.stat.time}end,
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,

View File

@@ -8,7 +8,7 @@ return{
sequence='none', sequence='none',
RS="SRS", RS="SRS",
eventSet='pctrain_n', eventSet='pctrain_n',
bg='rgb',bgm='oxygen', bg='rgb',bgm='memory',
}, },
score=function(P)return{P.stat.pc,P.stat.time}end, score=function(P)return{P.stat.pc,P.stat.time}end,
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end, scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,

View File

@@ -6,7 +6,7 @@ return{
drop=60,lock=60, drop=60,lock=60,
fall=20, fall=20,
eventSet='ultra', eventSet='ultra',
bg='fan',bgm='memory', bg='fan',bgm='sakura',
}, },
slowMark=true, slowMark=true,
score=function(P)return{P.stat.score}end, score=function(P)return{P.stat.score}end,

View File

@@ -19,6 +19,8 @@ local author={
["how feeling"]="V.A.", ["how feeling"]="V.A.",
["secret7th remix"]="柒栎流星", ["secret7th remix"]="柒栎流星",
["jazz nihilism"]="Trebor", ["jazz nihilism"]="Trebor",
["race remix"]="柒栎流星",
["sakura"]="ZUN & C29H25N3O5",
} }
local scene={} local scene={}