diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-14 08:19:30 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-14 08:19:30 -0400 |
commit | 326cd4e5fdc396c5c34ac9371b53d2838ea9ee4d (patch) | |
tree | de46a355eb6d3e6cc66d14f36f898de985460b95 /xml/mobs.xml | |
parent | e4f5224b70dd938d5872ff00fa73ac11dac2bb42 (diff) |
Started some fancy work on components
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> |