mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 14:53:56 -07:00
Improves performance if no techs are researched from 200 to 50 microseconds per turn (from 500 to 300 microseconds for one tech etc). Differential Revision: https://code.wildfiregames.com/D2386 This was SVN commit r23088.
10 lines
626 B
XML
10 lines
626 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<object size="100%-50 40 100%-10 100%-200" name="researchStartedButtons">
|
|
<repeat count="10">
|
|
<object name="researchStartedButton[n]" hidden="true" style="iconButton" type="button" size="0 0 40 40" tooltip_style="sessionToolTipBottom">
|
|
<object name="researchStartedIcon[n]" ghost="true" type="image" size="3 3 37 37"/>
|
|
<object name="researchStartedProgressSlider[n]" type="image" sprite="queueProgressSlider" ghost="true" size="3 3 37 37"/>
|
|
<object name="researchStartedTimeRemaining[n]" ghost="true" style="iconButtonProgress" type="text"/>
|
|
</object>
|
|
</repeat>
|
|
</object>
|