修复混战模式的被攻击线位置错误

This commit is contained in:
MrZ626
2021-08-20 22:19:51 +08:00
parent 4d2a914719
commit 9fe045b916

View File

@@ -357,7 +357,7 @@ function scene.draw()
gc.setColor(.8,1,0,.2)
for i=1,#P.atker do
local p=P.atker[i]
gc.line(p.centerX,p.centerY,P.x+300*P.size,P.y+670*P.size)
gc.line(p.centerX,p.centerY,P.x+300*P.size,P.y+620*P.size)
end
if P.atkMode~=4 then
if P.atking then