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

@@ -50,7 +50,7 @@ function scene.keyDown(key,isRep)
progress=progress+1
frameKeyCount=frameKeyCount+1
TEXT.show(key:upper(),rnd(320,960),rnd(100,240),90,'score',2.6)
SFX.play('move')
SFX.play('touch')
if progress==2 then
state=1
startTime=TIME()