1
0
forked from mirrors/0ad
Files
0ad/binaries/data/mods/public/gui/page_loading.xml
T
Imarok 5f1f768ed5 Fix gametime overlay and watermark in summary screen
Reviewed by: wraitii
Differential Revision: https://code.wildfiregames.com/D148
This was SVN commit r23996.
2020-08-26 10:34:25 +00:00

19 lines
561 B
XML

<?xml version="1.0" encoding="utf-8"?>
<page>
<include>common/modern/setup.xml</include>
<include>common/modern/styles.xml</include>
<include>common/modern/sprites.xml</include>
<include>common/setup.xml</include>
<include>common/sprites.xml</include>
<include>common/styles.xml</include>
<include>loading/styles.xml</include>
<include>loading/sprites.xml</include>
<include>loading/loading.xml</include>
<!-- Work around a render bug:
Needs to be drawn last, as it should overlay everything -->
<include>common/global.xml</include>
</page>