Added missing pie menu file
parent
e277b8a4ac
commit
e1ef310fc5
|
|
@ -0,0 +1,122 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<pie_menu
|
||||
name="Attachment Pie">
|
||||
|
||||
<pie_slice
|
||||
label="Profile..."
|
||||
name="Profile...">
|
||||
<pie_slice.on_click
|
||||
function="ShowAgentProfile"
|
||||
parameter="agent" />
|
||||
</pie_slice>
|
||||
<pie_slice
|
||||
enabled="false"
|
||||
label="Drop"
|
||||
name="Drop">
|
||||
<pie_slice.on_click
|
||||
function="Attachment.Drop" />
|
||||
<pie_slice.on_enable
|
||||
function="Attachment.EnableDrop" />
|
||||
</pie_slice>
|
||||
<pie_menu
|
||||
name="Attachment Pie More"
|
||||
label="More >">
|
||||
|
||||
<pie_separator />
|
||||
<pie_separator name="script_count_placeholder" />
|
||||
<pie_slice
|
||||
enabled="false"
|
||||
label="Touch"
|
||||
name="Attachment Object Touch">
|
||||
<pie_slice.on_click
|
||||
function="Object.Touch" />
|
||||
<pie_slice.on_enable
|
||||
function="Object.EnableTouch"
|
||||
name="EnableTouch"/>
|
||||
</pie_slice>
|
||||
<pie_slice
|
||||
enabled="true"
|
||||
label="Derender"
|
||||
name="Derender">
|
||||
<pie_slice.on_click
|
||||
function="Object.Derender" />
|
||||
</pie_slice>
|
||||
<pie_separator name="inspect_placeholder" />
|
||||
|
||||
</pie_menu>
|
||||
<pie_slice
|
||||
label="Sit Here"
|
||||
start_autohide="true"
|
||||
name="Sit Down Here">
|
||||
<pie_slice.on_click
|
||||
function="Self.SitDown"
|
||||
parameter="" />
|
||||
<pie_slice.on_enable
|
||||
function="Self.EnableSitDown" />
|
||||
</pie_slice>
|
||||
<pie_slice
|
||||
label="Stand Up"
|
||||
autohide="true"
|
||||
name="Stand Up">
|
||||
<pie_slice.on_click
|
||||
function="Self.StandUp" />
|
||||
<pie_slice.on_enable
|
||||
function="Self.EnableStandUp" />
|
||||
</pie_slice>
|
||||
<pie_slice
|
||||
enabled="false"
|
||||
label="Detach"
|
||||
name="Detach">
|
||||
<pie_slice.on_click
|
||||
function="Attachment.Detach" />
|
||||
<pie_slice.on_enable
|
||||
function="Attachment.EnableDetach" />
|
||||
</pie_slice>
|
||||
<pie_slice
|
||||
label="Gestures..."
|
||||
name="Gestures">
|
||||
<pie_slice.on_click
|
||||
function="Floater.Toggle"
|
||||
parameter="gestures" />
|
||||
</pie_slice>
|
||||
|
||||
<pie_menu
|
||||
label="Appearance >"
|
||||
layout="topleft"
|
||||
name="Appearance >">
|
||||
|
||||
<pie_slice label="Edit Shape"
|
||||
layout="topleft"
|
||||
name="Edit My Shape">
|
||||
<pie_slice.on_click
|
||||
function="EditShape" />
|
||||
<pie_slice.on_enable
|
||||
function="Edit.EnableEditShape" />
|
||||
</pie_slice>
|
||||
|
||||
<pie_separator />
|
||||
<pie_separator />
|
||||
<pie_separator />
|
||||
|
||||
<pie_slice label="Edit Outfit"
|
||||
layout="topleft"
|
||||
name="Edit My Outfit">
|
||||
<pie_slice.on_click
|
||||
function="EditOutfit" />
|
||||
<pie_slice.on_enable
|
||||
function="Edit.EnableCustomizeAvatar" />
|
||||
</pie_slice>
|
||||
|
||||
</pie_menu>
|
||||
|
||||
<pie_slice
|
||||
enabled="false"
|
||||
label="Edit"
|
||||
name="Edit...">
|
||||
<pie_slice.on_click
|
||||
function="Object.Edit" />
|
||||
<pie_slice.on_enable
|
||||
function="EnableEdit" />
|
||||
</pie_slice>
|
||||
|
||||
</pie_menu>
|
||||
Loading…
Reference in New Issue