修正主界面cc的bag模式为true

cc移动加速
This commit is contained in:
MrZ626
2021-08-26 17:09:16 +08:00
parent f29efa8f60
commit f6826432d0
2 changed files with 5 additions and 2 deletions

View File

@@ -23,7 +23,11 @@ function baseBot.update(bot)
P:act_hardDrop()
end
elseif bot.delay<=0 then
bot.delay=bot.delay0*.5
if keys[1]>3 then
bot.delay=bot.delay0
else
bot.delay=bot.delay0*.4
end
P:pressKey(keys[1])P:releaseKey(keys[1])
rem(keys,1)
end