Skip to content

Commit 30ad618

Browse files
committed
Adjust field width/height to 141x141 inches
1 parent dcb8d5a commit 30ad618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/noahbres/meepmeep/core/util/FieldUtil.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import kotlin.math.min
88
class FieldUtil {
99
companion object {
1010
@JvmStatic
11-
var FIELD_WIDTH = 144
11+
var FIELD_WIDTH = 141
1212

1313
@JvmStatic
14-
var FIELD_HEIGHT = 144
14+
var FIELD_HEIGHT = 141
1515

1616
@JvmStatic
1717
var CANVAS_WIDTH = 0.0

0 commit comments

Comments
 (0)