Display of cover position cache

This commit is contained in:
gac-S_Changer
2024-11-28 09:48:07 +01:00
parent 91871fe741
commit a838cb3e74
3 changed files with 231 additions and 187 deletions

View File

@@ -131,7 +131,7 @@ public class BasePlateGraphics {
}
if (img!=null){
if (detection!=null){
int size=15;
int size=25;
g.setColor(new Color(86, 193, 255));
g.setStroke(new BasicStroke(2f));
g.drawLine(center_x-size, center_y, center_x+size, center_y);