move音效在方块因重力或旋转触地时也会播放,而不只是移动后

move音效名改为touch
This commit is contained in:
MrZ626
2021-11-07 01:41:29 +08:00
parent a5de06dedb
commit a45b6ad57e
11 changed files with 19 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ local function full(L)
end
local function place(X,x)
board[X][x]=round
SFX.play('move')
SFX.play('touch')
lastX,lastx=X,x
curX,curx=nil
placeTime=TIME()