diff options
Implement missing LSL TEXTURE_xxx constants including two new textures.
Fixes Mantis #3030
Diffstat (limited to 'bin/inventory/TexturesLibrary')
-rw-r--r-- | bin/inventory/TexturesLibrary/TexturesLibraryItems.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml b/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml index 85ba073..31044b0 100644 --- a/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml +++ b/bin/inventory/TexturesLibrary/TexturesLibraryItems.xml | |||
@@ -720,4 +720,32 @@ | |||
720 | <Key Name="everyonePermissions" Value="2147483647" /> | 720 | <Key Name="everyonePermissions" Value="2147483647" /> |
721 | <Key Name="basePermissions" Value="2147483647" /> | 721 | <Key Name="basePermissions" Value="2147483647" /> |
722 | </Section> | 722 | </Section> |
723 | |||
724 | <Section Name="Default Media Texture"> | ||
725 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000011"/> | ||
726 | <Key Name="assetID" Value="8b5fec65-8d8d-9dc5-cda8-8fdf2716e361"/> | ||
727 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
728 | <Key Name="description" Value="" /> | ||
729 | <Key Name="name" Value="Default Media Texture" /> | ||
730 | <Key Name="assetType" Value="0" /> | ||
731 | <Key Name="inventoryType" Value="0" /> | ||
732 | <Key Name="currentPermissions" Value="2147483647" /> | ||
733 | <Key Name="nextPermissions" Value="2147483647" /> | ||
734 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
735 | <Key Name="basePermissions" Value="2147483647" /> | ||
736 | </Section> | ||
737 | |||
738 | <Section Name="Default Transparent Texture"> | ||
739 | <Key Name="inventoryID" Value="00000000-0000-2222-9999-000000000012"/> | ||
740 | <Key Name="assetID" Value="8dcd4a48-2d37-4909-9f78-f7a9eb4ef903"/> | ||
741 | <Key Name="folderID" Value="00000112-000f-0000-0000-000100bba001"/> | ||
742 | <Key Name="description" Value="" /> | ||
743 | <Key Name="name" Value="Default Transparent Texture" /> | ||
744 | <Key Name="assetType" Value="0" /> | ||
745 | <Key Name="inventoryType" Value="0" /> | ||
746 | <Key Name="currentPermissions" Value="2147483647" /> | ||
747 | <Key Name="nextPermissions" Value="2147483647" /> | ||
748 | <Key Name="everyonePermissions" Value="2147483647" /> | ||
749 | <Key Name="basePermissions" Value="2147483647" /> | ||
750 | </Section> | ||
723 | </Nini> | 751 | </Nini> |