Update [AV]LockGuard.lsl
A minor edit so [AV]lockGuard's example pose settings match those used in the inworld examples. Should ease future updates to the examples.
This commit is contained in:
parent
ab62e75132
commit
e37f991801
1 changed files with 4 additions and 4 deletions
|
@ -53,10 +53,10 @@ integer USES_PROPS = FALSE;
|
||||||
// - A pose name of "*" provides a default for all poses, should that be necessary.
|
// - A pose name of "*" provides a default for all poses, should that be necessary.
|
||||||
|
|
||||||
list POSES = [
|
list POSES = [
|
||||||
"Pose1", "leftwrist,ring1,rightwrist,ring2,leftankle,ring3,rightankle,ring4",
|
"cross", "rightwrist,ring1,leftwrist,ring2,rightankle,ring3,leftankle,ring4",
|
||||||
"Pose2", "leftwrist,ring1,rightwrist,ring2",
|
"reverse", "rightwrist,ring2,leftwrist,ring1,rightankle,ring4,leftankle,ring3",
|
||||||
"Pose3", "leftwrist,ring5,rightwrist,ring6,leftankle,ring7,rightankle,ring8",
|
"arms", "rightwrist,ring1,leftwrist,ring2",
|
||||||
"Pose4", "leftwrist,ring5,rightwrist,ring6"
|
"upside", "rightwrist,ring2,leftwrist,ring1,leftankle,ring1,rightankle,ring2"
|
||||||
];
|
];
|
||||||
|
|
||||||
// CHAIN_PARAMETERS:
|
// CHAIN_PARAMETERS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue