重构ai模块,等待使用新wrapper接入cc,bot数据结构未定

This commit is contained in:
MrZ626
2021-08-23 23:02:35 +08:00
parent 2432d57d70
commit 491c4d25d7
10 changed files with 298 additions and 449 deletions

View File

@@ -801,8 +801,8 @@ function draw.norm(P,repMode)
--Draw AI's drop destination
if P.AI_dest then
local texture=TEXTURE.puzzleMark[21]
local L=P.AI_dest
local texture=TEXTURE.puzzleMark[21]
for i=1,#L,2 do
gc_draw(texture,30*L[i],-30*L[i+1]-30)
end