use shared assets for new empty notecard and defualt script. Grids not using core asset services may need the 2 new ones

This commit is contained in:
UbitUmarov
2022-08-19 22:26:00 +01:00
parent 4727aaa475
commit 0603667627
18 changed files with 298 additions and 248 deletions

View File

@@ -1,14 +1,8 @@
<Nini>
<Section Name="Welcome notecard">
<Key Name="assetID" Value="00000000-0000-2222-3333-000000000001" />
<Key Name="name" Value="WelcomeNote" />
<Section Name="EmptyNotecard">
<Key Name="assetID" Value="4b6a777d-7bcd-4fc4-b06f-929b21e32925" />
<Key Name="name" Value="EmptyNotecard" />
<Key Name="assetType" 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="fileName" Value="exampleNote.txt" />
</Section>
<Key Name="fileName" Value="EmptyNotecard.txt" />
</Section>
</Nini>