From f8b9f30fd6a1b1a34225e1233b3de2c8fbe55e5f Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 28 Nov 2021 05:02:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A1=86=E6=9E=B6=E7=9A=84?= =?UTF-8?q?=E5=85=89=E6=A0=87=E9=BB=98=E8=AE=A4=E4=BD=8D=E7=BD=AE?= 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 d30185b9..773c6b8a 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -74,7 +74,7 @@ local xOy=SCR.xOy local ITP=xOy.inverseTransformPoint local max,min=math.max,math.min -local mx,my,mouseShow,cursorSpd=-20,-20,false,0 +local mx,my,mouseShow,cursorSpd=640,360,false,0 local jsState={}--map, joystickID->axisStates: {axisName->axisVal} local errData={}--list, each error create {mes={errMes strings},scene=sceneNameStr}