This commit is contained in:
MrZ_26
2020-02-04 19:38:28 +08:00
parent 7cf9f6c5dc
commit 918d17ad9a
9 changed files with 56 additions and 48 deletions

View File

@@ -161,6 +161,7 @@ function SFX(s,v,pos)
end
end
S:setVolume((v or 1)*setting.sfx*.1)
print((v or 1)*setting.sfx*.1)
S:play()
end
end