Remove need for TopBanner.tex
Getty Ritter
7 years ago
| 1 | |
\begin{overpic}[width=8.008in,height=3.0in]{assets/charsheet_upper.png}
|
| 2 | |
% names
|
| 3 | |
\put(1, 30) {\parbox{4.3in}{\fontsize{12}{12}\Names}}
|
| 4 | |
% look
|
| 5 | |
\put(59, 30) {\parbox{3in}{\fontsize{12}{12}\Look}}
|
| 6 | |
|
| 7 | |
% some stats: damage...
|
| 8 | |
\put (25,4) {\makebox[0pt]{\fontsize{18}{10}\selectfont\headingfont \textcolor{black}{D\Damage{}}}}
|
| 9 | |
% max HP...
|
| 10 | |
\put (89,6) {\fontsize{6}{8}\selectfont\headingfont \textcolor{white}{Your max HP is}}
|
| 11 | |
% and Constitution
|
| 12 | |
\put (89,4.6) {\fontsize{6}{8}\selectfont\headingfont \textcolor{white}{\BaseHP{} + Constitution}}
|
| 13 | |
\end{overpic}⏎
|
| 161 | 161 |
}
|
| 162 | 162 |
|
| 163 | 163 |
\newcommand{\charbanner}{
|
| 164 | |
\input{assets/TopBanner}
|
| 164 |
\begin{overpic}[width=8.008in,height=3.0in]{assets/charsheet_upper.png}
|
| 165 |
% names
|
| 166 |
\put(1, 30) {\parbox{4.3in}{\fontsize{12}{12}\Names}}
|
| 167 |
% look
|
| 168 |
\put(59, 30) {\parbox{3in}{\fontsize{12}{12}\Look}}
|
| 169 |
|
| 170 |
% some stats: damage...
|
| 171 |
\put (25,4) {\makebox[0pt]{\fontsize{18}{10}\selectfont\headingfont \textcolor{black}{D\Damage{}}}}
|
| 172 |
% max HP...
|
| 173 |
\put (89,6) {\fontsize{6}{8}\selectfont\headingfont \textcolor{white}{Your max HP is}}
|
| 174 |
% and Constitution
|
| 175 |
\put (89,4.6) {\fontsize{6}{8}\selectfont\headingfont \textcolor{white}{\BaseHP{} + Constitution}}
|
| 176 |
\end{overpic}
|
| 165 | 177 |
}
|
| 166 | 178 |
|
| 167 | 179 |
\newcommand{\charlower}{
|