Add an order button for beacon placement.
This commit is contained in:
@@ -191,6 +191,9 @@ order-icons: buttons.png
|
||||
power: 0,56,34,28
|
||||
power-disabled: 68,56,34,28
|
||||
power-active: 34,56,34,28
|
||||
beacon: 0,56,34,28
|
||||
beacon-disabled: 68,56,34,28
|
||||
beacon-active: 34,56,34,28
|
||||
|
||||
flags: buttons.png
|
||||
allies: 30,84,30,15
|
||||
|
||||
@@ -86,6 +86,19 @@ Container@PLAYER_WIDGETS:
|
||||
Children:
|
||||
Image@ICON:
|
||||
ImageCollection:order-icons
|
||||
Button@BEACON_BUTTON:
|
||||
X:75
|
||||
# Hidden offscreen so that the shortcut still works
|
||||
# while we wait for new button art to be created
|
||||
Y:0-100
|
||||
Width:34
|
||||
Height:28
|
||||
TooltipText: Place Beacon
|
||||
TooltipContainer:TOOLTIP_CONTAINER
|
||||
VisualHeight:0
|
||||
Children:
|
||||
Image@ICON:
|
||||
ImageCollection:order-icons
|
||||
SupportPowerBin@INGAME_POWERS_BIN:
|
||||
X:0
|
||||
Y:25
|
||||
|
||||
Reference in New Issue
Block a user