Skip to content

Commit

Permalink
tweak player hightlight
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Dec 22, 2024
1 parent 3644dbd commit b8256eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/viewer/Analyse/Render/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function Player(props: PlayerProp) {
<polygon points="-6,14 0, 16 6,14 0,24" fill="white"
opacity={imageOpacity()}
transform={rotate()}/>
<circle r={16} stroke-width={props.highlighted ? 5 : 1.5} stroke="white" fill={teamColor()}
<circle r={16} stroke-width={props.highlighted ? 4 : 1.5} stroke="white" fill={teamColor()}
opacity={alpha()}
/>
{getClassImage(props.player, imageOpacity())}
Expand Down

0 comments on commit b8256eb

Please sign in to comment.