move音效在方块因重力或旋转触地时也会播放,而不只是移动后
move音效名改为touch
This commit is contained in:
@@ -211,7 +211,7 @@ function scene.update()
|
||||
SFX.play('fail')
|
||||
else
|
||||
fallingTimer=fast and 4 or 5
|
||||
SFX.play('move')
|
||||
SFX.play('touch')
|
||||
end
|
||||
end
|
||||
elseif fast and(
|
||||
|
||||
Reference in New Issue
Block a user