diff options
Diffstat (limited to 'xml/mobs.xml')
-rw-r--r-- | xml/mobs.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xml/mobs.xml b/xml/mobs.xml new file mode 100644 index 0000000..238c582 --- /dev/null +++ b/xml/mobs.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<mob name="rabbit"> + <components> + <position/> + <direction/> + <physics/> + <solid/> + <sprite/> + <animation/> + <visible/> + <health>10</health> + <ai/> + <wander/> + </components> +</mob> |