removed useless _ folders

This commit is contained in:
Fred Beckhusen
2015-08-09 16:54:31 -05:00
parent fde850293c
commit 948a44dfba
5204 changed files with 2425579 additions and 0 deletions

3
Set_Color/Set_Color.sol Normal file
View File

@@ -0,0 +1,3 @@
<Solution name="Set_Color">
<Project name="Set_Color" path="Set_Color\Set_Color.prj" active="true"/>
</Solution>

View File

@@ -0,0 +1,37 @@
// :CATEGORY:Color
// :NAME:Set_Color
// :AUTHOR:Anonymous
// :CREATED:2010-01-10 05:20:56.000
// :EDITED:2013-09-18 15:39:02
// :ID:742
// :NUM:1025
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Set Color.lsl
// :CODE:
1// remove this number for the script to work.
//This script will set the color of an object, Very useful when used with the get color vector script.
//This is the color vector, Change the numbers between the 2 arrows.
vector color = <1,1,1>;
//This is side of the object which the script will change the color of. Using ALL_SIDES will change the color of all the sides.
integer side = ALL_SIDES;
default
{
state_entry()
{
llSetColor(color,side);
}
}
// END //

View File

@@ -0,0 +1,6 @@
<Project name="Set_Color" guid="D7968388-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D7968464-6C00-1014-B904-200204C60A89">
<Script name="Set_Color_1.lsl" guid="D796EC7B-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>