房间内消息提示标记时间加长,准备按钮缩短一点
This commit is contained in:
@@ -200,7 +200,7 @@ function scene.socketRead(cmd,d)
|
|||||||
COLOR.Y,text.leaveRoom,
|
COLOR.Y,text.leaveRoom,
|
||||||
}
|
}
|
||||||
elseif cmd=='talk'then
|
elseif cmd=='talk'then
|
||||||
newMessageTimer=60
|
newMessageTimer=80
|
||||||
textBox:push{
|
textBox:push{
|
||||||
COLOR.Z,d.username,
|
COLOR.Z,d.username,
|
||||||
COLOR.dY,"#"..d.uid.." ",
|
COLOR.dY,"#"..d.uid.." ",
|
||||||
@@ -329,7 +329,7 @@ scene.widgetList={
|
|||||||
textBox,
|
textBox,
|
||||||
inputBox,
|
inputBox,
|
||||||
WIDGET.newKey{name="setting",fText=TEXTURE.setting,x=1200,y=160,w=90,h=90,code=_gotoSetting,hideF=function()return playing or netPLY.getSelfReady()or NET.getlock('ready')end},
|
WIDGET.newKey{name="setting",fText=TEXTURE.setting,x=1200,y=160,w=90,h=90,code=_gotoSetting,hideF=function()return playing or netPLY.getSelfReady()or NET.getlock('ready')end},
|
||||||
WIDGET.newKey{name="ready",x=1060,y=510,w=370,h=90,color='lG',font=35,code=_setReady,
|
WIDGET.newKey{name="ready",x=1060,y=510,w=360,h=90,color='lG',font=35,code=_setReady,
|
||||||
hideF=function()
|
hideF=function()
|
||||||
return
|
return
|
||||||
playing or
|
playing or
|
||||||
@@ -337,7 +337,7 @@ scene.widgetList={
|
|||||||
netPLY.getSelfReady() or
|
netPLY.getSelfReady() or
|
||||||
NET.getlock('ready')
|
NET.getlock('ready')
|
||||||
end},
|
end},
|
||||||
WIDGET.newKey{name="spectate",x=1060,y=610,w=370,h=90,color='lO',font=35,code=_setSpectate,
|
WIDGET.newKey{name="spectate",x=1060,y=610,w=360,h=90,color='lO',font=35,code=_setSpectate,
|
||||||
hideF=function()
|
hideF=function()
|
||||||
return
|
return
|
||||||
playing or
|
playing or
|
||||||
@@ -345,7 +345,7 @@ scene.widgetList={
|
|||||||
netPLY.getSelfReady() or
|
netPLY.getSelfReady() or
|
||||||
NET.getlock('ready')
|
NET.getlock('ready')
|
||||||
end},
|
end},
|
||||||
WIDGET.newKey{name="cancel",x=1060,y=560,w=370,h=120,color='lH',font=40,code=_setCancel,
|
WIDGET.newKey{name="cancel",x=1060,y=560,w=360,h=120,color='lH',font=40,code=_setCancel,
|
||||||
hideF=function()
|
hideF=function()
|
||||||
return
|
return
|
||||||
playing or
|
playing or
|
||||||
|
|||||||
Reference in New Issue
Block a user