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
Smile/Smile.sol Normal file
View File

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

View File

@@ -0,0 +1,49 @@
// :CATEGORY:Animation
// :NAME:Smile
// :AUTHOR:Kira Komarov
// :CREATED:2012-03-24 17:14:56.820
// :EDITED:2013-09-18 15:39:04
// :ID:802
// :NUM:1112
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// Smile
// :CODE:
//////////////////////////////////////////////////////////
// [K] Kira Komarov - 2011, License: GPLv3 //
// Please see: http://www.gnu.org/licenses/gpl.html //
// for legal details, rights of fair usage and //
// the disclaimer and warranty conditions. //
//////////////////////////////////////////////////////////
integer o = -1;
default
{
state_entry()
{
llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION);
}
run_time_permissions(integer perm) {
if(perm & PERMISSION_TRIGGER_ANIMATION) {
llSetTimerEvent(5+(integer)llFrand(10));

6
Smile/Smile/Smile.prj Normal file
View File

@@ -0,0 +1,6 @@
<Project name="Smile" guid="D8C17AEB-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D8C17BE1-6C00-1014-B904-200204C60A89">
<Script name="Smile_1.lsl" guid="D8C1953D-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>