mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
38 lines
1.3 KiB
XML
38 lines
1.3 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/viewer/"/>
|
|
|
|
<!-- Add a translucent black background to fade out whatever's behind this -->
|
|
<object type="image" sprite="BackgroundTranslucent"/>
|
|
|
|
<object type="image" sprite="ModernDialog" size="50%-250 50%-320 50%+250 50%+320">
|
|
<object style="TitleText" type="text" size="50%-128 -18 50%+128 14">
|
|
<translatableAttribute id="caption">Information</translatableAttribute>
|
|
</object>
|
|
|
|
<object name="entityName" type="text" size="16 24 100%-16 56" text_align="center" text_valign="top" textcolor="white"/>
|
|
|
|
<object name="entityIcon" type="image"
|
|
size="16 60 144 188"
|
|
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
|
|
>
|
|
<object type="image" style="IconFrame"/>
|
|
<object type="image" style="RankGlyph" name="entityRankGlyph"/>
|
|
</object>
|
|
|
|
<object name="entityStats" type="text" style="ModernText" size="160 48 100%-16 50%" scrollbar="false"/>
|
|
|
|
<object name="entityInfo" type="text" style="ModernText" size="16 200 100%-16 100%-72" />
|
|
|
|
<!-- Close button -->
|
|
<include file="gui/reference/common/Buttons/CloseButton.xml"/>
|
|
|
|
</object>
|
|
|
|
</objects>
|