summaryrefslogtreecommitdiff
path: root/maps/objecttypes.xml
diff options
context:
space:
mode:
authorchristopherchay <chay.c2.christopher@gmail.com>2019-02-09 15:13:22 -0500
committerchristopherchay <chay.c2.christopher@gmail.com>2019-02-09 15:13:22 -0500
commit758bf6e6037b145d52656e1f4cce2559db59ba0e (patch)
tree7ede1e6bcf6f9e0f850afa665cd7d04baa638ffb /maps/objecttypes.xml
parent7fe28b1ce236ccbfd0262646b3647dfcb19eabce (diff)
parentc6f0d9e089c507fa9ba9cf6918f5a8d36984e10a (diff)
downloadclientdata-758bf6e6037b145d52656e1f4cce2559db59ba0e.tar.gz
clientdata-758bf6e6037b145d52656e1f4cce2559db59ba0e.tar.bz2
clientdata-758bf6e6037b145d52656e1f4cce2559db59ba0e.tar.xz
clientdata-758bf6e6037b145d52656e1f4cce2559db59ba0e.zip
Merge branch 'master' of gitlab.com:TMW2/clientdata
Diffstat (limited to 'maps/objecttypes.xml')
-rw-r--r--maps/objecttypes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/maps/objecttypes.xml b/maps/objecttypes.xml
index 72915863..812486d2 100644
--- a/maps/objecttypes.xml
+++ b/maps/objecttypes.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<objecttypes>
+ <objecttype name="music" color="#5555ff"/>
<objecttype name="warp" color="#00ff00">
<property name="dest_map" type="string"/>
<property name="dest_x" type="string"/>
@@ -8,6 +9,12 @@
<property name="trigger_x" type="string"/>
<property name="trigger_y" type="string"/>
</objecttype>
+ <objecttype name="slide" color="#00ff00">
+ <property name="dest_x" type="string"/>
+ <property name="dest_y" type="string"/>
+ <property name="trigger_x" type="string"/>
+ <property name="trigger_y" type="string"/>
+ </objecttype>
<objecttype name="spawn" color="#ff0000">
<property name="death" type="string"/>
<property name="max_beings" type="string"/>