Added 'Move Forward' and 'Move Back' to multi-worn clothing context menus.

This commit is contained in:
Shyotl
2012-06-11 06:43:05 -05:00
parent 891d6d3448
commit 57641db71b
2 changed files with 53 additions and 0 deletions

View File

@@ -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="&#9650; 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="&#9660; 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"