cyphesis/data/deeds/environment/fire.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

36 lines
1.3 KiB
XML

<atlas>
<map>
<map name="attributes">
<map name="bbox">
<list name="default">
<float>-0.25</float>
<float>0</float>
<float>-0.25</float>
<float>0.25</float>
<float>0.5</float>
<float>0.25</float>
</list>
<string name="visibility">public</string>
</map>
<map name="present">
<string name="default">dural/environment/fire.modeldef</string>
<string name="visibility">public</string>
</map>
<map name="status">
<float name="default">1</float>
<string name="visibility">public</string>
</map>
<map name="ticks">
<float name="default">0</float>
<string name="visibility">public</string>
</map>
</map>
<string name="id">fire</string>
<string name="objtype">class</string>
<string name="parent">thing</string>
<map name="script">
<string name="language">python</string>
<string name="name">world.objects.elements.Fire.Fire</string>
</map>
</map>
</atlas>