Skip to content
Snippets Groups Projects
Commit e2cfdc25 authored by Piers Williams's avatar Piers Williams
Browse files

Added back in the entity type example and hope it compiles this time

parent 197f8426
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -52,39 +52,38 @@
\end{itemize}
\end{itemize}
\end{frame}
\begin{comment}
\begin{frame}[fragile]{Example: EntityType}
\begin{minted}[breaklines,tabsize=4]{javascript}
\begin{frame}[fragile]{Example: EntityType}
\begin{minted}[breaklines,tabsize=4]{javascript}
{
"name": "abstract_civilian",
"properties": {
"movement": 1,
"health": 5,
"attackRange": 1,
"atkMelee": 1,
"ter-grass": 1
},
"cost": {
"food": 10
},
\end{minted}
\end{frame}
"name": "abstract_civilian",
"properties": {
"movement": 1,
"health": 5,
"attackRange": 1,
"atkMelee": 1,
"ter-grass": 1
},
"cost": {
"food": 10
},
\end{minted}
\end{frame}
\begin{frame}[fragile]{Example: EntityType}
\begin{minted}[breaklines,tabsize=4]{javascript}
"_actions": [
"Move",
"MeleeAttackAction",
"Build[farm]",
"BuildOnResource[lumber_mill:wood]",
"BuildOnResource[gold_mine:gold]",
"Build[marketplace]"
]
\begin{frame}[fragile]{Example: EntityType}
\begin{minted}[breaklines,tabsize=4]{javascript}
"_actions": [
"Move",
"MeleeAttackAction",
"Build[farm]",
"BuildOnResource[lumber_mill:wood]",
"BuildOnResource[gold_mine:gold]",
"Build[marketplace]"
]
},
\end{minted}
\end{frame}
\end{comment}
\end{minted}
\end{frame}
\begin{frame}{Entities}
\begin{itemize}[<+->]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment