修正音效室mini和b2b(b3b)顺序不对
This commit is contained in:
@@ -22,14 +22,14 @@ function scene.keyDown(key,isRep)
|
|||||||
pc=not pc
|
pc=not pc
|
||||||
elseif type(key)=='number'then
|
elseif type(key)=='number'then
|
||||||
local CHN=VOC.getFreeChannel()
|
local CHN=VOC.getFreeChannel()
|
||||||
if mini then
|
|
||||||
VOC.play('mini',CHN)
|
|
||||||
end
|
|
||||||
if b2b then
|
if b2b then
|
||||||
VOC.play('b2b',CHN)
|
VOC.play('b2b',CHN)
|
||||||
elseif b3b then
|
elseif b3b then
|
||||||
VOC.play('b3b',CHN)
|
VOC.play('b3b',CHN)
|
||||||
end
|
end
|
||||||
|
if mini then
|
||||||
|
VOC.play('mini',CHN)
|
||||||
|
end
|
||||||
if key>=10 then
|
if key>=10 then
|
||||||
VOC.play(blockName[math.floor(key/10)].."spin",CHN)
|
VOC.play(blockName[math.floor(key/10)].."spin",CHN)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user