添加两个新bgm,修改一些模式的bgm配置
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user