summaryrefslogtreecommitdiff
path: root/maps/objecttypes.xml
diff options
context:
space:
mode:
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"/>