summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cards.tex3
-rw-r--r--icons.tex8
2 files changed, 8 insertions, 3 deletions
diff --git a/cards.tex b/cards.tex
index e454d9b..40e575c 100644
--- a/cards.tex
+++ b/cards.tex
@@ -20,9 +20,6 @@
% Continuous Effect
\newcommand{\CE}{$\circlearrowleft$}
-% SWap
-\newcommand{\SW}{$\leftrightarrow$}
-
\card{Jumper}{
One of your Rooks can, at the end of its move, continue on its line for two
more squares by jumping over one piece, be it yours or your opponent's. This
diff --git a/icons.tex b/icons.tex
index f0a354f..9eb8427 100644
--- a/icons.tex
+++ b/icons.tex
@@ -142,6 +142,7 @@
\newcommand{\iBoard}{
\begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt]
+ \useasboundingbox (0, 0) rectangle (40, 30);
\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]
@@ -180,3 +181,10 @@
\path[draw=white, fill=white] (0, 0) circle (0.3);
\end{tikzpicture}
}
+
+\newcommand{\SW}{
+ \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt]
+ \useasboundingbox (0, 0) rectangle (40, 40);
+ \draw [<->, line width = 0.6pt, line cap = round, double] (0, 25) -- (40, 25);
+ \end{tikzpicture}
+}