made name rendering more efficient

This commit is contained in:
Evan
2025-02-01 12:05:11 -08:00
parent 70a5b8883e
commit e4f0d76733
5 changed files with 33 additions and 8 deletions
+3
View File
@@ -56,6 +56,9 @@ export class PlayerImpl implements MutablePlayer {
this._displayName = this._name // processName(this._name)
}
largestClusterBoundingBox: { min: Cell, max: Cell } | null
toUpdate(): PlayerUpdate {
return {
type: GameUpdateType.Player,