summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-07-09 02:12:51 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-07-09 02:12:51 +0200
commit28e6f9700a7fcb9c88eaf5bd1b0e97620b196420 (patch)
tree2a306e403c8cef14d2cfc250a7ad190e7f474dc9
parent88ccda2b7714bf2c83198197a6ee3f0946a68477 (diff)
Adding the 'Board' icon.
-rw-r--r--cards.tex2
-rw-r--r--icons.tex13
2 files changed, 14 insertions, 1 deletions
diff --git a/cards.tex b/cards.tex
index e6403ba..76e15ce 100644
--- a/cards.tex
+++ b/cards.tex
@@ -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}{
diff --git a/icons.tex b/icons.tex
index 6ff0f07..a856ce5 100644
--- a/icons.tex
+++ b/icons.tex
@@ -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}
+}