forked from lznt/Oulutest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mushroom.txml
39 lines (39 loc) · 1.82 KB
/
Mushroom.txml
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
<!DOCTYPE Scene>
<scene>
<entity id="90">
<component type="EC_Name" sync="true">
<attribute value="mushrooms_prop" name="name"/>
<attribute value="" name="description"/>
</component>
<component type="EC_Placeable" sync="true">
<attribute value="-54.830002,9.900000,-70.250000,0.000000,16.000000,0.000000,4.350000,0.980000,3.352065" name="Transform"/>
<attribute value="false" name="Show bounding box"/>
<attribute value="true" name="Visible"/>
<attribute value="1" name="Selection layer"/>
<attribute value="" name="Parent entity ref"/>
<attribute value="" name="Parent bone name"/>
</component>
<component type="EC_Mesh" sync="true">
<attribute value="0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.300000,0.300000,0.300000" name="Transform"/>
<attribute value="mushrooms_prop.mesh" name="Mesh ref"/>
<attribute value="" name="Skeleton ref"/>
<attribute value="mushrooms_prop_mat1.material;mushrooms_prop_mat2.material;mushrooms_prop_mat3.material" name="Mesh materials"/>
<attribute value="0" name="Draw distance"/>
<attribute value="false" name="Cast shadows"/>
</component>
<component type="EC_DynamicComponent" sync="true" name="prop">
<attribute value="ground" type="string" name="type"/>
</component>
<component type="EC_ParticleSystem" sync="true">
<attribute value="myrkky.particle" name="Particle ref"/>
<attribute value="false" name="Cast shadows"/>
<attribute value="true" name="Enabled"/>
<attribute value="0" name="Rendering distance"/>
</component>
<component type="EC_Highlight" sync="true" name="MySpecialHighlight">
<attribute value="true" name="Is visible"/>
<attribute value="0.300000 0.500000 0.100000 0.500000" name="Solid color"/>
<attribute value="1.000000 1.000000 1.000000 0.500000" name="Outline color"/>
</component>
</entity>
</scene>