mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix field separator position
This commit is contained in:
@@ -139,7 +139,7 @@ public class MatchScreen extends FScreen {
|
|||||||
}
|
}
|
||||||
g.drawLine(1, BORDER_COLOR, 0, y, w, y);
|
g.drawLine(1, BORDER_COLOR, 0, y, w, y);
|
||||||
|
|
||||||
y = (midField - SEPARATOR_THICKNESS) / 2;
|
y = midField - SEPARATOR_THICKNESS / 2;
|
||||||
g.drawLine(SEPARATOR_THICKNESS, BORDER_COLOR, 0, y, w, y);
|
g.drawLine(SEPARATOR_THICKNESS, BORDER_COLOR, 0, y, w, y);
|
||||||
|
|
||||||
y = midField + bottomPlayerPanel.getField().getHeight();
|
y = midField + bottomPlayerPanel.getField().getHeight();
|
||||||
|
|||||||
Reference in New Issue
Block a user