强化水印&系统优化

This commit is contained in:
MrZ_26
2020-07-09 19:39:06 +08:00
parent a3302ab2bc
commit 3d22f5d8ca
11 changed files with 90 additions and 87 deletions

View File

@@ -218,6 +218,9 @@ function WIDGET.press(x,y)
local W=WIDGET.sel
if not W then return end
if W.type=="button"then
for k,v in next,W do
print(k,v)
end
W.code()
W:FX()
SFX.play("button")