Skip to content

Commit 81294a9

Browse files
committed
Increase the minimum width to prevent the stack and discard piles from overlapping.
1 parent f6ec7fb commit 81294a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/ogz/tripeaks/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Constants {
1616
const val FACE_Y = (CARD_HEIGHT - FACE_HEIGHT - 1) / 2 + 1
1717
const val HORIZONTAL_PADDING = 12f
1818
const val MAX_WORLD_WIDTH = 360f
19-
const val MIN_WORLD_WIDTH = 300f
19+
const val MIN_WORLD_WIDTH = 304f
2020
const val SMALL_FACE_HEIGHT = 10f
2121
const val SMALL_10_HEIGHT = 18f
2222
const val SMALL_FACE_WIDTH = 6f

0 commit comments

Comments
 (0)