添加两个新bgm,修改一些模式的bgm配置
This commit is contained in:
BIN
media/music/race remix.ogg
Normal file
BIN
media/music/race remix.ogg
Normal file
Binary file not shown.
BIN
media/music/sakura.ogg
Normal file
BIN
media/music/sakura.ogg
Normal file
Binary file not shown.
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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={}
|
||||||
|
|||||||
Reference in New Issue
Block a user