0ad/binaries/data/mods/public/gui/session/Menu.xml
elexis 6ec5855136 Rewrite session menu code to use object orientation, finish off menu.js, refs #5387, adf448db4d / D2240.
Add tooltips for buttons that can be triggered with hotkeys.
Unassign menu animation onTick function after the animation finished,
refs 9a00398e24.
Cleans unused openMenu following 5aae5ee55a.

Differential Revision: https://code.wildfiregames.com/D2380
This was SVN commit r23080.
2019-10-18 14:11:43 +00:00

17 lines
327 B
XML

<?xml version="1.0" encoding="utf-8"?>
<object name="menuButtonPanel"
style="StonePanelThinBorder"
type="image"
z="40"
size="100%-164 0 100% 0"
>
<repeat count="15">
<object
type="button"
size="4 4 100%-4 32"
style="StoneButtonFancy"
tooltip_style="sessionToolTip"
hidden="true"
/>
</repeat>
</object>