diff options
-rw-r--r-- | cards.tex | 1 | ||||
-rw-r--r-- | icons.tex | 10 |
2 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,7 @@ the rest of the rule. Note it bumps line heights.\\ \iWK\iWQ\iWB\iWN\iWR\iWP\\ \iBK\iBQ\iBB\iBN\iBR\iBP\\ \iMK\iMQ\iMB\iMN\iMR\iMP\\ +\inoK\\ }{...}{...} \card{Hopper}{ @@ -129,3 +129,13 @@ \end{tikzpicture} } + +%--------------------------------------- +% Misc icons + +\newcommand{\inoK}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \input{icons/WK} + \draw[xshift=18, yshift=20, rotate=45, double] (0, 0) circle (15) (0, -15) -- (0, 15); + \end{tikzpicture} +} |