0ad/binaries/data/mods/public/gui/loading/loading.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

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>