diff options
-rw-r--r-- | cards.tex | 2 | ||||
-rw-r--r-- | icons.tex | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -5,7 +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\\ +\inoK\iBoard\\ }{...}{...} \card{Hopper}{ @@ -139,3 +139,16 @@ \draw[xshift=18, yshift=20, rotate=45, double] (0, 0) circle (15) (0, -15) -- (0, 15); \end{tikzpicture} } + +\newcommand{\iBoard}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \path[draw, fill, line width=0.6pt, line join=round, miter limit=4.00] + (0, 8) -- (20, 0) -- (40, 8) -- (20, 20) -- cycle; + \path[draw, line width=0.4pt, line join=round, miter limit=4.00] + (0, 8) -- (0, 11) -- (20, 23) -- (40, 11) -- (40, 8) -- cycle + (20, 20) -- (20, 23); + \path[draw, fill=white, line width=0.1pt] + (10, 4) -- (20, 0) -- (30, 4) -- (20, 9) -- cycle + (10, 14) -- (20, 9) -- (30, 14) -- (20, 20) -- cycle; + \end{tikzpicture} +} |