blob: 9725261c3d8c9760437c3d84fa895a628cb961d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<objecttypes>
<objecttype name="anchor" color="#ffff00"/>
<objecttype name="MUSIC" color="#5555ff"/>
<objecttype name="save" color="#ff0000">
<property name="inn" type="string" default="CURRENT_INN"/>
</objecttype>
<objecttype name="spawn" color="#aa007f">
<property name="death" type="string"/>
<property name="max_beings" type="string"/>
<property name="spawn" type="string"/>
</objecttype>
<objecttype name="warp" color="#55ff00">
<property name="dest_map" type="string"/>
<property name="dest_x" type="string"/>
<property name="dest_y" type="string"/>
</objecttype>
</objecttypes>
|