节奏模式代码直接调用硬降,而不是帮玩家按硬降键
This commit is contained in:
@@ -46,9 +46,7 @@ return{
|
|||||||
if P.modeData.counter==0 then
|
if P.modeData.counter==0 then
|
||||||
P.modeData.counter=P.modeData.beatFrame
|
P.modeData.counter=P.modeData.beatFrame
|
||||||
SFX.play('click',.3)
|
SFX.play('click',.3)
|
||||||
P:switchKey(6,true)
|
P:act_hardDrop()
|
||||||
P:pressKey(6)
|
|
||||||
P:switchKey(6,false)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
@@ -46,9 +46,7 @@ return{
|
|||||||
if P.modeData.counter==0 then
|
if P.modeData.counter==0 then
|
||||||
P.modeData.counter=P.modeData.beatFrame
|
P.modeData.counter=P.modeData.beatFrame
|
||||||
SFX.play('click',.3)
|
SFX.play('click',.3)
|
||||||
P:switchKey(6,true)
|
P:act_hardDrop()
|
||||||
P:pressKey(6)
|
|
||||||
P:switchKey(6,false)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
@@ -51,9 +51,7 @@ return{
|
|||||||
if P.modeData.counter==0 then
|
if P.modeData.counter==0 then
|
||||||
P.modeData.counter=P.modeData.beatFrame
|
P.modeData.counter=P.modeData.beatFrame
|
||||||
SFX.play('click',.3)
|
SFX.play('click',.3)
|
||||||
P:switchKey(6,true)
|
P:act_hardDrop()
|
||||||
P:pressKey(6)
|
|
||||||
P:switchKey(6,false)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user