We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977f02d commit 0576b59Copy full SHA for 0576b59
src/main/java/it/polimi/ingsw/inputoutput/IOManager.java
@@ -43,11 +43,11 @@ public final class IOManager {
43
public final static int thinPadding = 2;
44
45
public final static int face_details = 3;
46
- public final static int cellWidth = 42;
47
- public final static int cellHeight = 42;
+ public final static int cellWidth = 36;
+ public final static int cellHeight = 36;
48
public final static int thirdOfCell = cellWidth / 3;
49
public final static int dotRadius = thirdOfCell * 4 / 5 / 2;
50
- public final static int cardWidth = 250;
+ public final static int cardWidth = 200;
51
public final static int splash_width = 800;
52
53
public static Color colorToGUI(VColor color) {
0 commit comments