Skip to content

Commit

Permalink
左下debug信息新增光标位置
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Dec 14, 2023
1 parent d990494 commit df0114f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Zenitha
Submodule Zenitha updated 1 files
+1 −7 init.lua
1 change: 1 addition & 0 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit df0114f

Please sign in to comment.