move音效在方块因重力或旋转触地时也会播放,而不只是移动后
move音效名改为touch
This commit is contained in:
@@ -157,7 +157,7 @@ function scene.keyDown(key,isRep)
|
||||
input=input..key
|
||||
inputTime=1
|
||||
check(tonumber(input))
|
||||
SFX.play('move')
|
||||
SFX.play('touch')
|
||||
end
|
||||
elseif key=="-"then
|
||||
if #input<8 then
|
||||
|
||||
Reference in New Issue
Block a user