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

View File

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

View File

@@ -0,0 +1,6 @@
<Project name="Disco_Light" guid="D84B91F8-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D84B92D4-6C00-1014-B904-200204C60A89">
<Script name="Disco_Light_1.lsl" guid="D84BA9E6-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>

View File

@@ -0,0 +1,27 @@
// :CATEGORY:Texture
// :NAME:Disco_Light
// :AUTHOR:Melnik Balogh
// :CREATED:2010-05-15 11:35:58.667
// :EDITED:2013-09-18 15:38:51
// :ID:238
// :NUM:326
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Script for a disco light...
// create two (or more) textures with different color and put them in the root prim
// change name in scrip of texture and the time...
//
// PS: if you know a better way, let me know...
// :CODE:
default
{
state_entry() {
llSetTexture("off",0);
llSetTimerEvent(0.5);