DD-49 : Add FUI button for Marketplace Listings
parent
851912b9f8
commit
ea5a154691
|
|
@ -118,6 +118,16 @@
|
|||
tooltip_ref="Command_Marketplace_Tooltip"
|
||||
execute_function="Avatar.OpenMarketplace"
|
||||
/>
|
||||
<command name="marketplacelistings"
|
||||
available_in_toybox="true"
|
||||
icon="Command_Marketplace_Icon"
|
||||
label_ref="Command_MarketplaceListings_Label"
|
||||
tooltip_ref="Command_MarketplaceListings_Tooltip"
|
||||
execute_function="Floater.ToggleOrBringToFront"
|
||||
execute_parameters="marketplace_listings"
|
||||
is_running_function="Floater.IsOpen"
|
||||
is_running_parameters="marketplace_listings"
|
||||
/>
|
||||
<command name="minimap"
|
||||
available_in_toybox="true"
|
||||
icon="Command_MiniMap_Icon"
|
||||
|
|
|
|||
|
|
@ -22,5 +22,6 @@
|
|||
<command name="voice"/>
|
||||
<command name="minimap"/>
|
||||
<command name="snapshot"/>
|
||||
<command name="marketplacelistings"/>
|
||||
</left_toolbar>
|
||||
</toolbars>
|
||||
|
|
|
|||
|
|
@ -3923,6 +3923,7 @@ Try enclosing path to the editor with double quotes.
|
|||
<string name="Command_Inventory_Label">Inventory</string>
|
||||
<string name="Command_Map_Label">Map</string>
|
||||
<string name="Command_Marketplace_Label">Marketplace</string>
|
||||
<string name="Command_MarketplaceListings_Label">Sell on Marketplace</string>
|
||||
<string name="Command_MiniMap_Label">Mini-map</string>
|
||||
<string name="Command_Move_Label">Walk / run / fly</string>
|
||||
<string name="Command_Outbox_Label">Merchant outbox</string>
|
||||
|
|
@ -3951,6 +3952,7 @@ Try enclosing path to the editor with double quotes.
|
|||
<string name="Command_Inventory_Tooltip">View and use your belongings</string>
|
||||
<string name="Command_Map_Tooltip">Map of the world</string>
|
||||
<string name="Command_Marketplace_Tooltip">Go shopping</string>
|
||||
<string name="Command_MarketplaceListings_Tooltip">Sell your creation</string>
|
||||
<string name="Command_MiniMap_Tooltip">Show nearby people</string>
|
||||
<string name="Command_Move_Tooltip">Moving your avatar</string>
|
||||
<string name="Command_Outbox_Tooltip">Transfer items to your marketplace for sale</string>
|
||||
|
|
|
|||
Loading…
Reference in New Issue