添加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

@@ -14,6 +14,7 @@ function scene.enter()
keyTime={} for i=1,40 do keyTime[i]=-1e99 end
BG.set('fixColor',.26,.26,.26)
BGM.play('push')
DiscordRPC.update("Spamming keyboard")
end
function scene.keyDown(key,isRep)