新功能:音效室(初版)

This commit is contained in:
MrZ626
2020-10-26 00:38:13 +08:00
parent ec23f8f420
commit cc4b9b3b91
4 changed files with 402 additions and 2 deletions

View File

@@ -703,7 +703,6 @@ function WIDGET.press(x,y)
SFX.play("button")
elseif W.type=="key"then
W.code()
SFX.play("lock")
elseif W.type=="switch"then
W.code()
SFX.play("move")