cyphesis/data/deeds/structures/fence_gate.xml
Erik Ogenvik 2bbbad4c58 Restructure and add "present" properties.
Also make sure that the correct geometry is used whenever possible.
2018-02-20 22:26:27 +01:00

24 lines
938 B
XML

<atlas>
<map>
<map name="attributes">
<map name="geometry">
<map name="default">
<string name="type">mesh</string>
<string name="path">dural/structures/wooden_fence/model/wooden_fence_gate.mesh</string>
</map>
<string name="visibility">public</string>
</map>
<map name="present">
<string name="default">dural/structures/wooden_fence/wooden_fence_gate.modeldef</string>
<string name="visibility">public</string>
</map>
<map name="material">
<string name="default">wood</string>
<string name="visibility">public</string>
</map>
</map>
<string name="id">fence_gate</string>
<string name="objtype">class</string>
<string name="parent">structure</string>
</map>
</atlas>