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,56 @@
// :CATEGORY:XY Text
// :NAME:Prim_setup
// :AUTHOR:fratserke
// :CREATED:2010-11-09 06:01:00.363
// :EDITED:2013-09-18 15:39:00
// :ID:654
// :NUM:890
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// put this script in a new box that you just rezz & you get a display off 5 characters
// :CODE:
////////////////////////////////////////////
// XyText Prim Setup
//
// Written by Xylor Baysklef
////////////////////////////////////////////
/////////////// CONSTANTS ///////////////////
// Transparent texture key.
string TRANSPARENT = "701917a8-d614-471f-13dd-5f4644e36e3c";
default {
state_entry() {
// Set up the prim to be the correct shape.
vector Scale = llGetScale();
llSetPrimitiveParams([
// Set the top size so this shows 3 faces at once.
PRIM_TYPE, PRIM_TYPE_BOX, PRIM_HOLE_DEFAULT,
<0, 1, 0>, 0.0, ZERO_VECTOR,
<0.333333, 1, 0>, ZERO_VECTOR,
// Display the string "XyText" for now.
PRIM_TEXTURE, 4, "0e47c89e-de4a-6233-a2da-cb852aad1b00",

View File

@@ -0,0 +1,52 @@
// :CATEGORY:XY Text
// :NAME:Prim_setup
// :AUTHOR:fratserke
// :CREATED:2010-11-09 06:01:00.363
// :EDITED:2013-09-18 15:39:00
// :ID:654
// :NUM:891
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// setup script for XyText v1.0.3 (5 Face, Multi Texture)
// :CODE:
////////////////////////////////////////////
// XyText v1.0.3 Prim Setup Script (5 Face, Multi Texture)
//
// Rewritten by Tdub Dowler
//
////////////////////////////////////////////
string FACE_TEXTURE = "09b04244-9569-d21f-6de0-4bbcf5552222";
string TRANSPARENT = "701917a8-d614-471f-13dd-5f4644e36e3c";
default
{
state_entry()
{
llSetPrimitiveParams([
PRIM_TYPE, PRIM_TYPE_PRISM, PRIM_HOLE_SQUARE, <0.199, 0.8, 0.0>, 0.30,
ZERO_VECTOR, <1.0, 1.0, 0.0>, ZERO_VECTOR,
// display a default face texture
PRIM_TEXTURE, 1, FACE_TEXTURE, <2.48, 1.0, 0.0>, <-0.740013, 0.0, 0.0>, 0.0,

View File

@@ -0,0 +1,8 @@
<Project name="Prim_setup" guid="D872C8AE-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D872C9A3-6C00-1014-B904-200204C60A89">
<Script name="Prim_setup_1.lsl" guid="D872EBA5-6C00-1014-B904-200204C60A89">
</Script>
<Script name="Prim_setup_2.lsl" guid="D873002B-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>