Skip to content

Commit

Permalink
Increase opponent arrow opacity on GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr committed Sep 30, 2024
1 parent 8f89ea5 commit 628dbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/acas-backend-instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class BackendInstance {
return [
...baseStyleArr,
`fill: ${fill ? fill : 'crimson'};`,
'opacity: 0.3;'
'opacity: 0.5;'
].join('\n');
}
};
Expand Down

0 comments on commit 628dbea

Please sign in to comment.