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="hover_upright">
<Project name="hover_upright" path="hover_upright\hover_upright.prj" active="true"/>
</Solution>

View File

@@ -0,0 +1,36 @@
// :CATEGORY:hover
// :NAME:hover_upright
// :AUTHOR:Martin
// :CREATED:2010-06-27 10:45:51.780
// :EDITED:2013-09-18 15:38:55
// :ID:387
// :NUM:535
// :REV:1.0
// :WORLD:Second Life
// :DESCRIPTION:
// used this for air hockey game i made
// :CODE:
default
{
state_entry()
{
llSetStatus(STATUS_PHYSICS, TRUE);
llGroundRepel(0.5, TRUE, 0.2); // In a 1/2 meter cube this is roughly the minimum height for any noticeable effect.
// to
llGroundRepel (1.0, TRUE, 0.2); // There is no restrictive maximum.
// CHANGE the 1.0 to a reasonble numberfor height))
{
llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z, FALSE); // Set a block on all physical rotation.

View File

@@ -0,0 +1,6 @@
<Project name="hover_upright" guid="D850FDB5-6C00-1014-B904-200204C60A89">
<Object name="Object" guid="D850FEB1-6C00-1014-B904-200204C60A89">
<Script name="hover_upright_1.lsl" guid="D85117ED-6C00-1014-B904-200204C60A89">
</Script>
</Object>
</Project>