mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-30 06:09:42 +00:00
thread_split: enable spawn highlight
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user