This repository was archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathfire.xml
More file actions
40 lines (40 loc) · 1.41 KB
/
fire.xml
File metadata and controls
40 lines (40 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<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>
</map>
<map name="present">
<string name="default">dural/environment/fire.modeldef</string>
</map>
<map name="status">
<float name="default">1</float>
</map>
<map name="__scripts">
<list name="default">
<map>
<string name="language">python</string>
<string name="name">world.objects.elements.Fire.Fire</string>
</map>
<map>
<string name="language">python</string>
<string name="name">world.traits.StatusDeletable.StatusDeletable</string>
</map>
</list>
</map>
<map name="contained_visibility">
<int name="default">1</int>
</map>
</map>
<string name="id">fire</string>
<string name="objtype">class</string>
<string name="parent">thing</string>
</map>
</atlas>