diff options
Diffstat (limited to '')
-rw-r--r-- | bin/assets/AssetSets.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/assets/AssetSets.xml b/bin/assets/AssetSets.xml new file mode 100644 index 0000000..b827e59 --- /dev/null +++ b/bin/assets/AssetSets.xml | |||
@@ -0,0 +1,13 @@ | |||
1 | <Nini> | ||
2 | <!-- You probably don't want to remove the OpenSim asset set | ||
3 | since it contains various default assets which are currently hardcoded --> | ||
4 | <Section Name="OpenSim Asset Set"> | ||
5 | <Key Name="file" Value="OpenSimAssetSet/OpenSimAssetSet.xml"/> | ||
6 | </Section> | ||
7 | <!-- New asset sets can be added as shown below --> | ||
8 | <!-- | ||
9 | <Section Name="My Asset Set"> | ||
10 | <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/> | ||
11 | </Section> | ||
12 | --> | ||
13 | </Nini> | ||