添加两个新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

View File

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