aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/assets
diff options
context:
space:
mode:
Diffstat (limited to 'bin/assets')
-rw-r--r--bin/assets/AssetSets.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/assets/AssetSets.xml b/bin/assets/AssetSets.xml
index b827e59..c94cd59 100644
--- a/bin/assets/AssetSets.xml
+++ b/bin/assets/AssetSets.xml
@@ -1,13 +1,18 @@
1<Nini> 1<Nini>
2 <!-- You probably don't want to remove the OpenSim asset set 2 <!-- You probably don't want to remove the OpenSim asset set
3 since it contains various default assets which are currently hardcoded --> 3 since it contains various default assets which are currently hardcoded
4 However, you can remove the corresponding inventory library in bin/inventory if you wish
5 -->
6
4 <Section Name="OpenSim Asset Set"> 7 <Section Name="OpenSim Asset Set">
5 <Key Name="file" Value="OpenSimAssetSet/OpenSimAssetSet.xml"/> 8 <Key Name="file" Value="OpenSimAssetSet/OpenSimAssetSet.xml"/>
6 </Section> 9 </Section>
10
7 <!-- New asset sets can be added as shown below --> 11 <!-- New asset sets can be added as shown below -->
8 <!-- 12
13<!--
9 <Section Name="My Asset Set"> 14 <Section Name="My Asset Set">
10 <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/> 15 <Key Name="file" Value="MyAssetSet/MyAssetSet.xml"/>
11 </Section> 16 </Section>
12 --> 17-->
13</Nini> 18</Nini>