thread_split: enable spawn highlight

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent 7d04d25e6f
commit 10a1f1af8e
7 changed files with 33 additions and 60 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ export function placeName(game: Game, player: Player): NameViewData {
center = new Cell(center.x, center.y - fontSize / 3)
return {
x: center.x,
y: center.y,
x: Math.ceil(center.x),
y: Math.ceil(center.y),
size: fontSize,
}
}