From d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Fri, 22 Jan 2021 19:20:10 +0000 Subject: handwritten notes to Tikz, add list of issues to appendices --- src/body/status.tex | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/body/status.tex') diff --git a/src/body/status.tex b/src/body/status.tex index be0f264..133cb05 100755 --- a/src/body/status.tex +++ b/src/body/status.tex @@ -4,14 +4,15 @@ client-gameserver interaction. status, info, rules, relevant information, what purpose does it serve, etc\cite{oldunreal1}. \begin{figure}[h] - \centering - \includegraphics[width=\textwidth]{img/overview-cgs} - \caption{Focus on interaction between client and gameserver}\label{fig:overviewcgs} +\centering +\input{tikz/overview-cgs} +\caption{Focus on interaction between client and gameserver}\label{fig:overviewcgs} \end{figure} \begin{figure}[H] - \centering - \includegraphics[width=\textwidth]{img/status-exchange} - \caption{Interaction between client and gameserver over time.}\label{fig:status} +\centering +\input{tikz/status-exchange} +\caption{UDP interaction between the game client (left) and gameserver (right) over time.} +\label{fig:status} \end{figure} -- cgit v1.2.3