aboutsummaryrefslogtreecommitdiffstats
path: root/xml/mobs.xml
diff options
context:
space:
mode:
authorAndy <drumsetmonkey@gmail.com>2016-10-14 08:19:30 -0400
committerAndy <drumsetmonkey@gmail.com>2016-10-14 08:19:30 -0400
commit326cd4e5fdc396c5c34ac9371b53d2838ea9ee4d (patch)
treede46a355eb6d3e6cc66d14f36f898de985460b95 /xml/mobs.xml
parente4f5224b70dd938d5872ff00fa73ac11dac2bb42 (diff)
Started some fancy work on components
Diffstat (limited to 'xml/mobs.xml')
-rw-r--r--xml/mobs.xml15
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>