Skip to content

Commit 0880cd3

Browse files
committed
Revert "Make tokens visible"
Summer school uses 100mm markers on the walls. This reverts commit 2168e67.
1 parent 2168e67 commit 0880cd3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sbot/game_specific.py

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

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

0 commit comments

Comments
 (0)