Added 'Move Forward' and 'Move Back' to multi-worn clothing context menus.
This commit is contained in:
@@ -284,6 +284,14 @@
|
||||
name="Wearable Add" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="wear_add" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom_delta="-18" height="18" label="▲ Move Forward" left="0" mouse_opaque="true"
|
||||
name="Wearable Move Forward" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="move_forward" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom_delta="-18" height="18" label="▼ Move Back" left="0" mouse_opaque="true"
|
||||
name="Wearable Move Back" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="move_back" />
|
||||
</menu_item_call>
|
||||
<menu bottom_delta="-18" height="18" label="Attach To" left="0" mouse_opaque="true"
|
||||
name="Attach To" opaque="true" tear_off="false" width="128" />
|
||||
<menu bottom_delta="-18" height="18" label="Attach To HUD" left="0"
|
||||
|
||||
Reference in New Issue
Block a user