aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/assets/AssetSets.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/assets/AssetSets.xml81
1 files changed, 81 insertions, 0 deletions
diff --git a/bin/assets/AssetSets.xml b/bin/assets/AssetSets.xml
new file mode 100644
index 0000000..829f845
--- /dev/null
+++ b/bin/assets/AssetSets.xml
@@ -0,0 +1,81 @@
1<Nini>
2
3 <!-- New asset sets can be added as shown below -->
4
5
6 <Section Name="My Asset Set">
7 <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/>
8 </Section>
9
10
11
12 <Section Name="Animations AssetSet">
13 <Key Name="file" Value="AnimationsAssetSet/index.xml"/>
14 </Section>
15
16 <!---->
17 <Section Name="BodyParts AssetSet">
18 <Key Name="file" Value="BodyPartsAssetSet/BodyPartsAssetSet.xml"/>
19 </Section>
20 <!---->
21
22 <!---->
23 <Section Name="Clothing AssetSet">
24 <Key Name="file" Value="ClothingAssetSet/ClothingAssetSet.xml"/>
25 </Section>
26 <!---->
27
28 <!---->
29 <Section Name="Gestures AssetSet">
30 <Key Name="file" Value="GesturesAssetSet/GesturesAssetSet.xml"/>
31 </Section>
32 <!---->
33
34 <!---->
35 <Section Name="Landmarks AssetSet">
36 <Key Name="file" Value="LandmarksAssetSet/LandmarksAssetSet.xml"/>
37 </Section>
38 <!---->
39
40 <!---->
41 <Section Name="Notecards AssetSet">
42 <Key Name="file" Value="NotecardsAssetSet/NotecardsAssetSet.xml"/>
43 </Section>
44 <!---->
45
46 <!---->
47 <Section Name="Objects AssetSet">
48 <Key Name="file" Value="ObjectsAssetSet/ObjectsAssetSet.xml"/>
49 </Section>
50 <!---->
51
52 <!---->
53 <Section Name="Photos AssetSet">
54 <Key Name="file" Value="PhotosAssetSet/PhotosAssetSet.xml"/>
55 </Section>
56 <!---->
57
58 <!---->
59 <Section Name="Scripts AssetSet">
60 <Key Name="file" Value="ScriptsAssetSet/ScriptsAssetSet.xml"/>
61 </Section>
62 <!---->
63
64 <!---->
65 <Section Name="Sounds AssetSet">
66 <Key Name="file" Value="SoundsAssetSet/SoundsAssetSet.xml"/>
67 </Section>
68 <!---->
69
70 <!---->
71 <Section Name="Collision Sounds AssetSet">
72 <Key Name="file" Value="CollisionSoundsAssetSet/CollisionSoundsAssetSet.xml"/>
73 </Section>
74 <!---->
75
76 <!---->
77 <Section Name="Textures AssetSet">
78 <Key Name="file" Value="TexturesAssetSet/TexturesAssetSet.xml"/>
79 </Section>
80 <!---->
81</Nini>