diff options
| author | Darkelarious <darkelarious@333networks.com> | 2021-01-22 19:20:10 +0000 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2021-01-22 19:20:10 +0000 |
| commit | d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b (patch) | |
| tree | 1874dd76a8424fcaf2f4662382328f3f9858838d /src/body/status.tex | |
| parent | 6b7437536bbf9fa1219ed2657fe53b4767fdda1d (diff) | |
| download | MasterServer-Documentation-d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b.tar.gz MasterServer-Documentation-d39db7650b22d1ebf1d077dfc7a6ba5a36e5df0b.zip | |
handwritten notes to Tikz, add list of issues to appendices
Diffstat (limited to 'src/body/status.tex')
| -rwxr-xr-x | src/body/status.tex | 13 |
1 files changed, 7 insertions, 6 deletions
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} |
