refactor: update player marker display to show label if available for improved clarity
This commit is contained in:
@@ -978,7 +978,7 @@ function PlayerMarker({ player }) {
|
||||
outlineWidth={0.05}
|
||||
outlineColor="#000000"
|
||||
>
|
||||
Player {player.playerID}
|
||||
{player.label || `Player ${player.playerID}`}
|
||||
</Text>
|
||||
</group>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user