Skip to content

Commit 2168e67

Browse files
committed
Make tokens visible
1 parent b82e297 commit 2168e67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sbot/game_specific.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Marker sizes are in mm
99
MARKER_SIZES: dict[Iterable[int], int] = {
10-
range(28): 100, # 0 - 27 for arena boundary
11-
range(28, 100): 80, # Everything else is a token
10+
# TODO: FIXME
11+
range(28): 150, # 0 - 27 for arena boundary
12+
range(28, 200): 80, # Everything else is a token
1213
}

0 commit comments

Comments
 (0)