Skip to content
Snippets Groups Projects
Commit 23994978 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

increase cs combat factor opacity

parent c28e8a10
No related branches found
No related tags found
No related merge requests found
......@@ -108,11 +108,11 @@
%----
\posterbox[blankest]{name=factors,column=2,row=4,span=0,rowspan=0}{\begin{tikzpicture}
\posterbox[blankest]{name=factors,column=1,row=4,span=0,rowspan=0}{\begin{tikzpicture}
\begin{scope}[blend group = soft light]
\fill[gray!11!white] ( 90:1.5) circle (1.2);
\fill[gray!12!white] (210:1.5) circle (1.2);
\fill[gray!13!white] (330:1.5) circle (1.2);
\fill[gray!11!white,opacity=0.8] ( 90:1.5) circle (1.2);
\fill[gray!12!white,opacity=0.8] (210:1.5) circle (1.2);
\fill[gray!13!white,opacity=0.8] (330:1.5) circle (1.2);
\end{scope}
\node at ( 90:1.5) {Initiative};
\node at ( 210:1.5) {Strike};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment