structure changes + typos

This commit is contained in:
Nimac0 2025-01-14 16:48:18 +01:00
parent 7b07969489
commit e20bb1538e

View File

@ -83,9 +83,10 @@ Realization: doing it right the first time is better than fixing it later.
And no, don't "just start programming because the architecture will solve itself later"
\end{frame}
\section{Learnings}
\begin{frame}[allowframebreaks, fragile]{Spaghetti, an example}
\begin{itemize}
\item Original Ticket:\enquote{attackspeed stat needs reimplementation}
\item Original Ticket: \enquote{Attack speed stat needs reimplementation}
\framebreak
@ -156,7 +157,6 @@ void chickengame::pickupables::movementSpeedEffect(Entity* player)
\end{minted}
\end{frame}
\section{Learnings}
\subsection{Project environment}
\begin{frame}{Baby's first \texttt{CMakeLists.txt}}