Don't mix locally installed python libs when building
[0ad.git] / binaries / data / mods / public / gui / credits / credits.xml
blob6988958dd646adbc083124caa70e3df8746d5967
1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
4 ==========================================
5 - CREDITS PAGE -
6 ==========================================
7 -->
9 <objects>
11         <script directory="gui/common/"/>
12         <script directory="gui/credits/"/>
14         <!-- Add a translucent black background to fade out the menu page -->
15         <object type="image" sprite="ModernFade"/>
17         <object type="image" style="ModernDialog" size="50%-473 24 50%+473 100%-24">
18                 <object style="ModernLabelText" name="dialogTitle" type="text" size="50%-128 -18 50%+128 14">
19                         <translatableAttribute id="caption">0 A.D. Credits</translatableAttribute>
20                 </object>
22                 <object type="image" sprite="ModernFade" size="220 30 100%-20 100%-54">
23                         <object name="creditsText" type="text" style="ModernTextPanel" text_align="center" scroll_top="true"/>
24                 </object>
26                 <object size="20 30 210 100%-54">
27                         <include file="gui/common/tab_buttons.xml"/>
28                 </object>
30                 <!-- Close dialog -->
31                 <object type="button" style="ModernButtonRed" size="100%-200 100%-45 100%-17 100%-17" hotkey="cancel">
32                         <translatableAttribute id="caption">Close</translatableAttribute>
33                         <action on="Press">
34                                 Engine.PopGuiPage();
35                         </action>
36                 </object>
37         </object>
38 </objects>