修复几处ui小问题

This commit is contained in:
MrZ626
2021-05-30 15:22:59 +08:00
parent 9e61505205
commit 32a7035a90
5 changed files with 16 additions and 15 deletions

View File

@@ -17,8 +17,8 @@ end
scene.widgetList={
WIDGET.newKey{name="setting",fText=TEXTURE.setting,x=1200,y=160,w=90,h=90,code=goScene'setting_game'},
WIDGET.newButton{name="league", x=640, y=180,w=350,h=120,font=40,color='dH',code=goScene'net_league'},
WIDGET.newButton{name="ffa", x=640, y=360,w=350,h=120,font=40,color='dH',code=function()NET.enterRoom({name="ffa"})end},
WIDGET.newButton{name="league", x=640, y=180,w=350,h=120,font=40,color='D',code=goScene'net_league'},
WIDGET.newButton{name="ffa", x=640, y=360,w=350,h=120,font=40,color='D',code=function()LOG.print("Coming soon 开发中,敬请期待")--[[NET.enterRoom({name="ffa"})]]end},
WIDGET.newButton{name="rooms", x=640, y=540,w=350,h=120,font=40,code=goScene'net_rooms'},
WIDGET.newButton{name="logout", x=880, y=40,w=180,h=60,color='dR',
code=function()

View File

@@ -6,7 +6,7 @@ local setFont,mStr=setFont,mStr
local fnsRankColor={
Z=COLOR.lY,
S=COLOR.lG,
S=COLOR.lH,
A=COLOR.N,
B=COLOR.lG,
C=COLOR.M,