mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-21 15:24:57 +00:00
5f50224227
(cherry picked from commit c7b6b5147f)
Signed-off-by: Itms <itms@wildfiregames.com>
67 lines
1.9 KiB
XML
67 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<objects>
|
|
|
|
<script directory="gui/common/"/>
|
|
|
|
<script directory="gui/reference/common/"/>
|
|
<script directory="gui/reference/common/Buttons/"/>
|
|
<script directory="gui/reference/common/Dropdowns/"/>
|
|
|
|
<script directory="gui/reference/structree/"/>
|
|
<script directory="gui/reference/structree/Boxes/"/>
|
|
<script directory="gui/reference/structree/Sections/Trainer/"/>
|
|
<script directory="gui/reference/structree/Sections/Tree/"/>
|
|
|
|
<!-- Add a translucent black background to fade out the menu page -->
|
|
<object name="background" type="image" sprite="BackgroundTranslucent"/>
|
|
|
|
<object name="structreePage" type="image" style="ModernDialog" size="50%-500 50%-368 50%+500 50%+370">
|
|
<object style="TitleText" type="text" size="50%-128 -18 50%+128 14">
|
|
<translatableAttribute id="caption">Structure Tree</translatableAttribute>
|
|
</object>
|
|
|
|
<!-- Civ selection -->
|
|
<include file="gui/reference/common/Dropdowns/CivSelectDropdown.xml"/>
|
|
|
|
<object
|
|
name="civEmblem"
|
|
type="image"
|
|
size="16 24 112 112"
|
|
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
|
|
/>
|
|
|
|
<object
|
|
name="civName"
|
|
type="text"
|
|
font="sans-bold-20"
|
|
textcolor="white"
|
|
text_align="left"
|
|
text_valign="top"
|
|
size="114 32 100%-8 96"
|
|
/>
|
|
|
|
<object
|
|
name="civHistory"
|
|
type="text"
|
|
font="sans-12"
|
|
textcolor="white"
|
|
text_align="left"
|
|
text_valign="top"
|
|
size="114 52 100%-16 132"
|
|
scrollbar="true"
|
|
scrollbar_style="ModernScrollBar"
|
|
/>
|
|
|
|
<!-- Structure Tree display section -->
|
|
<include file="gui/reference/structree/Sections/Tree/TreeSection.xml"/>
|
|
|
|
<!-- Trainer Units display section -->
|
|
<include file="gui/reference/structree/Sections/Trainer/TrainerSection.xml"/>
|
|
|
|
<!-- Buttons -->
|
|
<include file="gui/reference/common/Buttons/CivInfoButton.xml"/>
|
|
<include file="gui/reference/common/Buttons/CloseButton.xml"/>
|
|
|
|
</object>
|
|
</objects>
|