TopBanner.tex 568 B

12345678910111213
  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. % some stats: damage...
  7. \put (25,4) {\makebox[0pt]{\fontsize{18}{10}\selectfont\headingfont \textcolor{black}{D\Damage{}}}}
  8. % max HP...
  9. \put (89,6) {\fontsize{6}{8}\selectfont\headingfont \textcolor{white}{Your max HP is}}
  10. % and Constitution
  11. \put (89,4.6) {\fontsize{6}{8}\selectfont\headingfont \textcolor{white}{\BaseHP{} + Constitution}}
  12. \end{overpic}