removed useless _ folders
This commit is contained in:
3
Super_Jump/Super_Jump.sol
Normal file
3
Super_Jump/Super_Jump.sol
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution name="Super_Jump">
|
||||
<Project name="Super_Jump" path="Super_Jump\Super_Jump.prj" active="true"/>
|
||||
</Solution>
|
||||
26
Super_Jump/Super_Jump/Object/Super_Jump_1.lsl
Normal file
26
Super_Jump/Super_Jump/Object/Super_Jump_1.lsl
Normal file
@@ -0,0 +1,26 @@
|
||||
// :CATEGORY:Animation
|
||||
// :NAME:Super_Jump
|
||||
// :AUTHOR:Anonymous
|
||||
// :CREATED:2010-01-10 05:20:56.000
|
||||
// :EDITED:2013-09-18 15:39:05
|
||||
// :ID:847
|
||||
// :NUM:1177
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// Super Jump.lsl
|
||||
// :CODE:
|
||||
|
||||
default
|
||||
{
|
||||
attach(key avatar)
|
||||
{
|
||||
vector force = <0,0, llGetMass() * 6.2>;
|
||||
llSetForce(force, TRUE);
|
||||
if(avatar==NULL_KEY)
|
||||
{
|
||||
llSetForce(<0,0,0>,TRUE);
|
||||
}
|
||||
}
|
||||
}
|
||||
// END //
|
||||
6
Super_Jump/Super_Jump/Super_Jump.prj
Normal file
6
Super_Jump/Super_Jump/Super_Jump.prj
Normal file
@@ -0,0 +1,6 @@
|
||||
<Project name="Super_Jump" guid="D7B76EB5-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D7B76FBF-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Super_Jump_1.lsl" guid="D7B7886D-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user