mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Minor spelling change on NotecardsAssetSet.xml. The example notecard should now load up properly
This commit is contained in:
16
bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml
Normal file
16
bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<Nini>
|
||||
<Section Name="Welcome notecard">
|
||||
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
|
||||
<Key Name="name" Value="WelcomeNote" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="fileName" Value="welcomeNote.txt" />
|
||||
</Section>
|
||||
<Section Name="Example notecard">
|
||||
<Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" />
|
||||
<Key Name="name" Value="WelcomeNote" />
|
||||
<Key Name="assetType" Value="7" />
|
||||
<Key Name="inventoryType" Value="7" />
|
||||
<Key Name="fileName" Value="exampleNote.txt" />
|
||||
</Section>
|
||||
</Nini>
|
||||
Reference in New Issue
Block a user