removed useless _ folders
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<Solution name="Color_rotation_client_side">
|
||||
<Project name="Color_rotation_client_side" path="Color_rotation_client_side\Color_rotation_client_side.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -0,0 +1,6 @@
|
||||
<Project name="Color_rotation_client_side" guid="d70058be-6c00-1014-b904-200204c60a89">
|
||||
<Object name="Object" guid="d70059bb-6c00-1014-b904-200204c60a89">
|
||||
<Script name="Color_rotation_client_side_1.lsl" guid="d70071d9-6c00-1014-b904-200204c60a89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
@@ -0,0 +1,27 @@
|
||||
// :CATEGORY:Color
|
||||
// :NAME:Color_rotation_client_side
|
||||
// :AUTHOR:Jeffrey Gomez
|
||||
// :CREATED:2010-01-10 05:20:56.000
|
||||
// :EDITED:2013-09-18 15:38:50
|
||||
// :ID:195
|
||||
// :NUM:268
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// Color rotation client side.lsl
|
||||
// :CODE:
|
||||
|
||||
//Passive, Client-Side Color-Changer by Jeffrey Gomez
|
||||
//Please use this. It saves a lot of color-swap grief. =D
|
||||
|
||||
key colorpallete = "0c23e2ea-a6aa-4ee5-7d86-efafa4b9e221";
|
||||
//Basic image I uploaded that defines the useable colors.
|
||||
//For those wondering, this is the MS Paint default pallete, minus black :P
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
llSetTexture(colorpallete,ALL_SIDES);
|
||||
llSetTextureAnim(ANIM_ON | LOOP,ALL_SIDES,5,5,0,0,1);
|
||||
}
|
||||
}// END //
|
||||
Reference in New Issue
Block a user