0.9.2:方向键选择控件

This commit is contained in:
MrZ_26
2020-07-23 15:12:17 +08:00
parent bb2c732529
commit b97319afe0
8 changed files with 469 additions and 318 deletions

View File

@@ -1360,7 +1360,7 @@ function player.hold(P,ifpre)
P.pieceCount=P.pieceCount+1
if P.AI_mode=="CC"then
local next=P.next[P.AIdata.next]
if id then
if next then
BOT.addNext(P.AI_bot,CCblockID[next.id])
end
end
@@ -1398,7 +1398,7 @@ function player.popNext(P)--pop next queue to hand
P.pieceCount=P.pieceCount+1
if P.AI_mode=="CC"then
local next=P.next[P.AIdata.next]
if id then
if next then
BOT.addNext(P.AI_bot,CCblockID[next.id])
end
end