diff options
Diffstat (limited to 'bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml')
-rw-r--r-- | bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml b/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml new file mode 100644 index 0000000..a535aa0 --- /dev/null +++ b/bin/assets/NotecardsAssetSet/NotecardsAssetSet.xml | |||
@@ -0,0 +1,16 @@ | |||
1 | <Nini> | ||
2 | <Section Name="Welcome notecard"> | ||
3 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" /> | ||
4 | <Key Name="name" Value="WelcomeNote" /> | ||
5 | <Key Name="assetType" Value="7" /> | ||
6 | <Key Name="inventoryType" Value="7" /> | ||
7 | <Key Name="fileName" Value="welcomeNote.txt" /> | ||
8 | </Section> | ||
9 | <Section Name="Example notecard"> | ||
10 | <Key Name="assetID" Value="8d1ada50-b9c7-11dc-95ff-0800200c9a66" /> | ||
11 | <Key Name="name" Value="WelcomeNote" /> | ||
12 | <Key Name="assetType" Value="7" /> | ||
13 | <Key Name="inventoryType" Value="7" /> | ||
14 | <Key Name="fileName" Value="exampleNote.txt" /> | ||
15 | </Section> | ||
16 | </Nini> | ||