添加discordRPC支持

This commit is contained in:
MrZ_26
2024-09-26 02:29:24 +08:00
parent a74e9033b3
commit 423d502aa4
54 changed files with 480 additions and 2 deletions

View File

@@ -168,6 +168,10 @@ local function press(x,y)
end
end
function scene.enter()
DiscordRPC.update("Playing Launchpad")
end
function scene.touchDown(x,y)
x,y=floor((x-pad.x)/80),floor((y-pad.y)/80)
if x>=0 and x<=8 and y>=0 and y<=7 then