From 9b11399d486f7506f875f19d2c7a3baf9d220220 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 14 Apr 2021 18:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8ffa=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=88=E6=9C=8D=E5=8A=A1=E5=99=A8=E8=BF=98=E6=9C=AA=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E8=AF=A5=E6=88=BF=E9=97=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/net_menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/net_menu.lua b/parts/scenes/net_menu.lua index 5ff68194..cee6519e 100644 --- a/parts/scenes/net_menu.lua +++ b/parts/scenes/net_menu.lua @@ -11,7 +11,7 @@ function scene.sceneBack() end scene.widgetList={ - WIDGET.newButton{name="ffa", x=640, y=200,w=350,h=120,color="black",font=40,code=NULL}, + WIDGET.newButton{name="ffa", x=640, y=200,w=350,h=120,font=40,code=function()NET.enterRoom("ffa")end}, WIDGET.newButton{name="rooms", x=640, y=360,w=350,h=120,font=40,code=goScene"net_rooms"}, WIDGET.newButton{name="chat", x=640, y=540,w=350,h=120,color="black",font=40,code=NULL}, WIDGET.newButton{name="logout", x=1140, y=70,w=180,h=70,color="dR",