diff options
-rw-r--r-- | cards.tex | 3 | ||||
-rw-r--r-- | icons.tex | 8 |
2 files changed, 8 insertions, 3 deletions
@@ -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 @@ -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} +} |