From 81cf35322e15849e0b2068d4e5be9048f3b0e81b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 19 Apr 2021 21:32:41 +0800 Subject: [PATCH] =?UTF-8?q?ws=E7=8A=B6=E6=80=81=E4=BF=A1=E6=81=AF=E6=94=BE?= =?UTF-8?q?=E5=88=B0=E5=B7=A6=E4=B8=8B=E8=A7=92=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index b91d8303..af556078 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -588,7 +588,7 @@ function love.run() --Websocket status gc_push("transform") - gc.translate(SCR.w,0) + gc.translate(SCR.w,SCR.h-100) gc.scale(SCR.k) for i=1,5 do local status=WS.status(WSnames[i])