节奏模式代码直接调用硬降,而不是帮玩家按硬降键

This commit is contained in:
MrZ626
2021-09-11 17:25:33 +08:00
parent b6e17594c6
commit 2299eb0e33
3 changed files with 3 additions and 9 deletions

View File

@@ -46,9 +46,7 @@ return{
if P.modeData.counter==0 then
P.modeData.counter=P.modeData.beatFrame
SFX.play('click',.3)
P:switchKey(6,true)
P:pressKey(6)
P:switchKey(6,false)
P:act_hardDrop()
end
end
end,

View File

@@ -46,9 +46,7 @@ return{
if P.modeData.counter==0 then
P.modeData.counter=P.modeData.beatFrame
SFX.play('click',.3)
P:switchKey(6,true)
P:pressKey(6)
P:switchKey(6,false)
P:act_hardDrop()
end
end
end,

View File

@@ -51,9 +51,7 @@ return{
if P.modeData.counter==0 then
P.modeData.counter=P.modeData.beatFrame
SFX.play('click',.3)
P:switchKey(6,true)
P:pressKey(6)
P:switchKey(6,false)
P:act_hardDrop()
end
end
end,