From df0114fd8fc6f55e38cca82b10461fa5a363a50f Mon Sep 17 00:00:00 2001 From: MrZ_26 <1046101471@qq.com> Date: Fri, 15 Dec 2023 06:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=B8=8Bdebug=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=85=89=E6=A0=87=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zenitha | 2 +- main.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Zenitha b/Zenitha index 7e74fec3..505a4f5d 160000 --- a/Zenitha +++ b/Zenitha @@ -1 +1 @@ -Subproject commit 7e74fec31ec537e4b29080517b4d4e439dc0e24a +Subproject commit 505a4f5dbe1812929c1fe530f161ae7585ac9ce0 diff --git a/main.lua b/main.lua index 801f4227..ed2fa417 100644 --- a/main.lua +++ b/main.lua @@ -83,6 +83,7 @@ Zenitha.setDebugInfo{ {"Tasks", TASK.getCount}, {"Voices",VOC.getQueueCount}, {"Audios",love.audio.getSourceCount}, + {"Mouse", function() local x,y=SCR.xOy:inverseTransformPoint(love.mouse.getPosition()) return math.floor(x+.5)..' '..math.floor(y+.5) end}, } do -- Zenitha.setOnFocus local function task_autoSoundOff()