To-The-Stars/v1-a-wish.tex

46 lines
1.1 KiB
TeX

\documentclass[dvipsnames,final]{beamer}
\usepackage{magica-common}
\title{To The Stars Battle Diagrams \\ I.1 A Wish}
\author{Leni Aniva}
\date{04 July 2023}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{I.1.931 - 1109}
\begin{tikzpicture}[
Turbine/.style={draw=black,star,star points=3,star point height=10pt,scale=1.5,fill=white},
Solar/.style={Blue!80,draw=black},
]
\filldraw[black!20] (-5,-1) rectangle (5,1);
\node[Turbine] (turbine1) at (1,1.5) {};
\draw (turbine1) circle (23pt);
\node[Turbine] (turbine2) at (-1,1.5) {};
\draw (turbine2) circle (23pt);
\node[Turbine] (turbine3) at (-3,1.5) {};
\draw (turbine3) circle (23pt);
\filldraw[Solar] (2,1.1) rectangle (4,1.9);
\draw[black] (2,1.1) grid (4,1.9);
\Magica[ShizukiR](1,0){Shizuki R.}
\Civilian(0,1){Simona}
\Demon(2,1)
\MilLand[faction=hostile,
main=demon,
echelon=squad] (0,-3)
\MilActivity[faction=hostile,main=explosion] (2,-1)
\MilAir[faction=hostile,
main=demon,
altitude={low}{},
echelon=squad,speed leader={110}{1}] (3,-3)
\end{tikzpicture}
\end{frame}
\end{document}