mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -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.
27 lines
623 B
XML
27 lines
623 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<objects>
|
|
|
|
<script directory="gui/common/"/>
|
|
<script directory="gui/loading/"/>
|
|
|
|
<object type="image" style="ModernWindow">
|
|
|
|
<object size="50%-256 4 50%+256 36">
|
|
<include file="gui/loading/ProgressBar.xml"/>
|
|
</object>
|
|
|
|
<object size="50%-256 36 50%+256 50%-196">
|
|
<include file="gui/loading/TitleDisplay.xml"/>
|
|
</object>
|
|
|
|
<object size="50%-452 50%-196 50%+452 50%+196">
|
|
<include file="gui/loading/TipDisplay.xml"/>
|
|
</object>
|
|
|
|
<object size="50%-448 50%+230 50%+448 100%-16">
|
|
<include file="gui/loading/QuoteDisplay.xml"/>
|
|
</object>
|
|
|
|
</object>
|
|
|
|
</objects>
|