Another try: Fix moon bleeding over into linden grid. Need to clear your cache to fix it.

afrisby
Brian McBee 2007-11-14 06:00:03 +00:00
parent 52fbc67100
commit 666bd6f06e
3 changed files with 10 additions and 3 deletions

View File

@ -141,8 +141,8 @@ namespace OpenSim.Framework.UserManagement
allowFirstLife = "Y";
SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271";
CloudTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621";
MoonTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621";
CloudTexture = "dc4b9f0b-d008-45c6-96a4-01dd947ac621";
MoonTexture = "ec4b9f0b-d008-45c6-96a4-01dd947ac621";
ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock.";
ErrorReason = "key";

View File

@ -470,10 +470,17 @@
<Key Name="fileName" Value="newpants.dat"/>
</Section>
<Section Name="Moon">
<Key Name="assetID" Value="fc4b9f0b-d008-45c6-96a4-01dd947ac621"/>
<Key Name="assetID" Value="ec4b9f0b-d008-45c6-96a4-01dd947ac621"/>
<Key Name="name" Value="Moon"/>
<Key Name="assetType" Value="0" />
<Key Name="inventoryType" Value="0" />
<Key Name="fileName" Value="moon.jp2"/>
</Section>
<Section Name="Cloud">
<Key Name="assetID" Value="dc4b9f0b-d008-45c6-96a4-01dd947ac621"/>
<Key Name="name" Value="Cloud"/>
<Key Name="assetType" Value="0" />
<Key Name="inventoryType" Value="0" />
<Key Name="fileName" Value="cloud.jp2"/>
</Section>
</Nini>

BIN
bin/cloud.jp2 Normal file

Binary file not shown.