summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-07-09 00:46:58 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2012-07-09 00:46:58 +0200
commit88ccda2b7714bf2c83198197a6ee3f0946a68477 (patch)
treeca1ab166ddc4d2e68d37ab7dd06c6b1e885847b1
parent01dd90c9b88e447aec937b1ac78df0913e8b5fce (diff)
Added the 'no king' icon.
-rw-r--r--cards.tex1
-rw-r--r--icons.tex10
2 files changed, 11 insertions, 0 deletions
diff --git a/cards.tex b/cards.tex
index 396eb96..e6403ba 100644
--- a/cards.tex
+++ b/cards.tex
@@ -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}{
diff --git a/icons.tex b/icons.tex
index 49ed549..6ff0f07 100644
--- a/icons.tex
+++ b/icons.tex
@@ -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}
+}