diff options
author | Brian McBee | 2008-01-09 03:52:07 +0000 |
---|---|---|
committer | Brian McBee | 2008-01-09 03:52:07 +0000 |
commit | 19ed64b11456b990ecbf6f6d4d33112005cd3722 (patch) | |
tree | 382571a476a9e375a6e5063323b583a7525aa27b /bin/assets/AssetSets.xml | |
parent | make Stopped a property of the SceneObjectPart instead of in the (diff) | |
download | opensim-SC_OLD-19ed64b11456b990ecbf6f6d4d33112005cd3722.zip opensim-SC_OLD-19ed64b11456b990ecbf6f6d4d33112005cd3722.tar.gz opensim-SC_OLD-19ed64b11456b990ecbf6f6d4d33112005cd3722.tar.bz2 opensim-SC_OLD-19ed64b11456b990ecbf6f6d4d33112005cd3722.tar.xz |
Third part of CharlieO's library rework. We now have library organization! Thanks CharlieO!
Diffstat (limited to 'bin/assets/AssetSets.xml')
-rw-r--r-- | bin/assets/AssetSets.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/bin/assets/AssetSets.xml b/bin/assets/AssetSets.xml index c94cd59..a8f1500 100644 --- a/bin/assets/AssetSets.xml +++ b/bin/assets/AssetSets.xml | |||
@@ -15,4 +15,70 @@ | |||
15 | <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/> | 15 | <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/> |
16 | </Section> | 16 | </Section> |
17 | --> | 17 | --> |
18 | |||
19 | <!----> | ||
20 | <Section Name="Animations AssetSet"> | ||
21 | <Key Name="file" Value="AnimationsAssetSet/AnimationsAssetSet.xml"/> | ||
22 | </Section> | ||
23 | <!----> | ||
24 | |||
25 | <!----> | ||
26 | <Section Name="BodyParts AssetSet"> | ||
27 | <Key Name="file" Value="BodyPartsAssetSet/BodyPartsAssetSet.xml"/> | ||
28 | </Section> | ||
29 | <!----> | ||
30 | |||
31 | <!----> | ||
32 | <Section Name="Clothing AssetSet"> | ||
33 | <Key Name="file" Value="ClothingAssetSet/ClothingAssetSet.xml"/> | ||
34 | </Section> | ||
35 | <!----> | ||
36 | |||
37 | <!----> | ||
38 | <Section Name="Gestures AssetSet"> | ||
39 | <Key Name="file" Value="GesturesAssetSet/GesturesAssetSet.xml"/> | ||
40 | </Section> | ||
41 | <!----> | ||
42 | |||
43 | <!----> | ||
44 | <Section Name="Landmarks AssetSet"> | ||
45 | <Key Name="file" Value="LandmarksAssetSet/LandmarksAssetSet.xml"/> | ||
46 | </Section> | ||
47 | <!----> | ||
48 | |||
49 | <!----> | ||
50 | <Section Name="Notecards AssetSet"> | ||
51 | <Key Name="file" Value="NotecardsAssetSet/NotecardsAssetSet.xml"/> | ||
52 | </Section> | ||
53 | <!----> | ||
54 | |||
55 | <!----> | ||
56 | <Section Name="Objects AssetSet"> | ||
57 | <Key Name="file" Value="ObjectsAssetSet/ObjectsAssetSet.xml"/> | ||
58 | </Section> | ||
59 | <!----> | ||
60 | |||
61 | <!----> | ||
62 | <Section Name="Photos AssetSet"> | ||
63 | <Key Name="file" Value="PhotosAssetSet/PhotosAssetSet.xml"/> | ||
64 | </Section> | ||
65 | <!----> | ||
66 | |||
67 | <!----> | ||
68 | <Section Name="Scripts AssetSet"> | ||
69 | <Key Name="file" Value="ScriptsAssetSet/ScriptsAssetSet.xml"/> | ||
70 | </Section> | ||
71 | <!----> | ||
72 | |||
73 | <!----> | ||
74 | <Section Name="Sounds AssetSet"> | ||
75 | <Key Name="file" Value="SoundsAssetSet/SoundsAssetSet.xml"/> | ||
76 | </Section> | ||
77 | <!----> | ||
78 | |||
79 | <!----> | ||
80 | <Section Name="Textures AssetSet"> | ||
81 | <Key Name="file" Value="TexturesAssetSet/TexturesAssetSet.xml"/> | ||
82 | </Section> | ||
83 | <!----> | ||
18 | </Nini> | 84 | </Nini> |