修复井字棋结束后还显示可走区域

This commit is contained in:
MrZ626
2020-11-21 15:46:59 +08:00
parent 3876169ce3
commit 7e9f56a770

View File

@@ -113,7 +113,7 @@ function Pnt.mg_UTTT()
gc.setColor(1,1,1,math.sin((Timer()-placeTime)*5)/5+.2)
if target then
gc.rectangle("fill",(target-1)%3*30,int((target-1)/3)*30,30,30)
else
elseif not gameover then
gc.rectangle("fill",0,0,90,90)
end