mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
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.
8 lines
487 B
XML
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>
|