0ad/binaries/data/mods/public/gui/loading/ProgressBar.xml
elexis c16eddaedc Rewrite loading screen to use class semantics, refs #5387.
Add config option to display the loading screen stage description.
Add tip functions for future use, refs D1730.
Harmonize coordinates.

Differential Revision: https://code.wildfiregames.com/D2418
This was SVN commit r23150.
2019-11-12 15:54:09 +00:00

8 lines
487 B
XML

<?xml version="1.0" encoding="utf-8"?>
<object type="image" sprite="LoadingProgressBarBackground">
<object name="progressbar" type="progressbar" style="LoadingProgressbar" size="56 5 456 100%-5">
<object name="progressbar_left" size="-8 0 8 100%" type="image" sprite="LoadingProgressBarLeft"/>
<object name="progressbar_right" size="8 0 24 100%" type="image" sprite="LoadingProgressBarRight"/>
<object name="progressText" type="text" style="LoadingBarText"/>
</object>
</object>