Divergent/mods/Arena DLC/gamedata/configs/ui/ui_xcvb_arena_16.xml

114 lines
4.3 KiB
XML

<w>
<!-- main background -->
<bg x="100" y="40" width="820" height="688" stretch="1">
<!-- <texture r="15" g="15" b="15" a="220">none.dds</texture> -->
<texture>xcvb_arena_gui_bg</texture>
</bg>
<!-- start btn -->
<start_btn x="310" y="590" width="200" height="60" check_mode="0">
<text font="letterica18">st_arena_start</text>
<texture>ui_inGame2_Mp_bigbuttone</texture>
</start_btn>
<!-- titles -->
<title_cont x="70" y="35" width="680" height="25" stretch="1">
<title_time x="0" y="0" width="80" height="25" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="graffiti22">Time</text>
</title_time>
<title_team_1 x="80" y="0" width="180" height="25" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="graffiti22">st_arena_team1</text>
</title_team_1>
<title_team_2 x="260" y="0" width="180" height="25" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="graffiti22">st_arena_team2</text>
</title_team_2>
<title_bet x="440" y="0" width="180" height="25" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="graffiti22">st_arena_bet</text>
</title_bet>
<title_reward x="620" y="0" width="60" height="25" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="graffiti22">st_arena_gain</text>
</title_reward>
</title_cont>
<!-- row, gap 3 -->
<row_cont x="70" y="60" width="680" height="70" stretch="1">
<texture>xcvb_arena_gui_row_frame</texture>
<!-- time -->
<time x="0" y="0" width="80" height="70" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="letterica18"></text>
<texture r="40" g="40" b="0" a="0">none.dds</texture>
</time>
<!-- team 1 -->
<team_1 x="80" y="0" width="180" height="70" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="letterica18"></text>
<texture r="60" g="0" b="0" a="90">none.dds</texture>
</team_1>
<!-- team 2 -->
<team_2 x="260" y="0" width="180" height="70" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="letterica18"></text>
<texture r="0" g="60" b="60" a="90">none.dds</texture>
</team_2>
<!-- bet -->
<bet_cont x="440" y="0" width="180" height="70" stretch="1">
<!-- <texture r="0" g="60" b="0" a="140">none.dds</texture> -->
<!-- bet team1 -->
<bet_title1 x="0" y="0" width="90" height="20" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="letterica16">st_arena_team1</text>
</bet_title1>
<bet1 x="10" y="20" width="70" height="20" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="letterica18">0</text>
</bet1>
<bet_btn_min1 x="10" y="40" width="25" height="30" check_mode="0">
<texture>ui_beltbut_min</texture>
</bet_btn_min1>
<bet_btn_plus1 x="55" y="40" width="25" height="30" check_mode="0">
<texture>ui_beltbut_plus</texture>
</bet_btn_plus1>
<!-- bet team2 -->
<bet_title2 x="90" y="0" width="90" height="20" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="letterica16">st_arena_team2</text>
</bet_title2>
<bet2 x="100" y="20" width="70" height="20" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="letterica18">0</text>
</bet2>
<bet_btn_min2 x="100" y="40" width="25" height="30" check_mode="0">
<texture>ui_beltbut_min</texture>
</bet_btn_min2>
<bet_btn_plus2 x="145" y="40" width="25" height="30" check_mode="0">
<texture>ui_beltbut_plus</texture>
</bet_btn_plus2>
</bet_cont>
<!-- reward -->
<reward x="620" y="0" width="60" height="70" stretch="1">
<text complex_mode="1" r="190" g="190" b="190" vert_align="c" align="c" font="letterica18">0</text>
</reward>
</row_cont>
<!-- row vert lines -->
<vert_line1 x="80" y="0" width="1" height="70" stretch="1">
<texture>xcvb_arena_gui_row_vert_line</texture>
</vert_line1>
<vert_line2 x="440" y="0" width="1" height="70" stretch="1">
<texture>xcvb_arena_gui_row_vert_line</texture>
</vert_line2>
<vert_line3 x="620" y="0" width="1" height="70" stretch="1">
<texture>xcvb_arena_gui_row_vert_line</texture>
</vert_line3>
</w>