aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/assets/TexturesAssetSet/TexturesAssetSet.xml
diff options
context:
space:
mode:
authoridb2009-01-22 23:58:46 +0000
committeridb2009-01-22 23:58:46 +0000
commit757762a630274e2d3c9bf2bfb7ab2be625c50da0 (patch)
tree490119b88bec4f27806b08d0aeff7f513c9dc126 /bin/assets/TexturesAssetSet/TexturesAssetSet.xml
parent* Add some caps seed capability path checking to the simple non neighbours st... (diff)
downloadopensim-SC_OLD-757762a630274e2d3c9bf2bfb7ab2be625c50da0.zip
opensim-SC_OLD-757762a630274e2d3c9bf2bfb7ab2be625c50da0.tar.gz
opensim-SC_OLD-757762a630274e2d3c9bf2bfb7ab2be625c50da0.tar.bz2
opensim-SC_OLD-757762a630274e2d3c9bf2bfb7ab2be625c50da0.tar.xz
Implement missing LSL TEXTURE_xxx constants including two new textures.
Fixes Mantis #3030
Diffstat (limited to 'bin/assets/TexturesAssetSet/TexturesAssetSet.xml')
-rw-r--r--bin/assets/TexturesAssetSet/TexturesAssetSet.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml
index f006c98..0352c99 100644
--- a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml
+++ b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml
@@ -387,4 +387,18 @@
387 <Key Name="assetType" Value="0" /> 387 <Key Name="assetType" Value="0" />
388 <Key Name="fileName" Value="blank.jpc" /> 388 <Key Name="fileName" Value="blank.jpc" />
389 </Section> 389 </Section>
390
391 <Section Name="Default Media Texture">
392 <Key Name="assetID" Value="8b5fec65-8d8d-9dc5-cda8-8fdf2716e361"/>
393 <Key Name="name" Value="Default Media Texture"/>
394 <Key Name="assetType" Value="0" />
395 <Key Name="fileName" Value="default_media.jp2" />
396 </Section>
397
398 <Section Name="Default Transparent Texture">
399 <Key Name="assetID" Value="8dcd4a48-2d37-4909-9f78-f7a9eb4ef903"/>
400 <Key Name="name" Value="Default Transparent Texture"/>
401 <Key Name="assetType" Value="0" />
402 <Key Name="fileName" Value="default_clear.jp2" />
403 </Section>
390</Nini> 404</Nini>