Skip to content
Snippets Groups Projects
Commit a3499918 authored by Anth0rx's avatar Anth0rx
Browse files

Make spacing of coin marks consistent


Signed-off-by: default avatarAnth0rx <anthorx@keemail.me>
parent d432ebce
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,8 @@ circle label/.style = {
}
}
]
\path[circle label={FP = XP / 10 + Charisma}] (-1,3) arc (-90:360-90:1.1);
\draw[dotted] (-1,4) circle (1) node [align=left,text width=3.5em] {};
\path[circle label={FP = XP / 10 + Charisma}] (-1,3.2) arc (-90:360-90:1.1);
\draw[dotted] (-1,4.3) circle (1) node [align=left,text width=3.5em] {};
\path[circle label={HP = 6 + Strength}] (-1,0.6) arc (-90:360-90:1.1);
\draw[dotted] (-1,1.7) circle (1);
\path[circle label={Exhaustion Points}] (-1,-2) arc (-90:360-90:1.1);
......
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