Skip to content

Commit

Permalink
Fixed minor problems with XMLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jun 23, 2018
1 parent dae188f commit 1ff5db9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion res/gamedata/configs/text/rus/ui_st_mm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
<text>Çàãðóçèòü èãðó</text>
</string>
<string id="ui_mm_loadingstages">
<text>Ïîêàçûâàòü ñòàäèè çàãðóçêè</text>
<text>Ñòàäèè çàãðóçêè</text>
</string>
<string id="ui_mm_logout">
<text>Âûéòè èç ïðîôèëÿ</text>
Expand Down
6 changes: 3 additions & 3 deletions res/gamedata/configs/ui/ui_mm_loading_screen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<loading_logo x="0" y="173" width="1024" height="399">
</loading_logo>

<loading_progress_background x="260" y="599" width="405" height="4">
<texture width="405" height="4" color="black" a="255">ui_mm_loading_progress_bar</texture>
<loading_progress_background x="260" y="599" width="506" height="4">
<texture color="black" a="255">ui_mm_loading_progress_bar</texture>
</loading_progress_background>

<loading_progress x="260" y="599" width="506" height="4" horz="1" min="0" max="100" pos="0" inertion="5.0">
Expand All @@ -22,7 +22,7 @@
</loading_progress>

<loading_progress_percent x="260" y="574" width="506" height="20">
<text align="c" r="170" g="170" b="170" font="letterica18"/>
<text align="c" r="170" g="170" b="170" a="0" font="letterica18"/>
</loading_progress_percent>

<loading_stage x="260" y="530" width="506" height="20">
Expand Down
8 changes: 4 additions & 4 deletions res/gamedata/configs/ui/ui_mm_opt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@
</track_detail_density>

<cap_detail_radius x="20" y="3" width="135" height="24">
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_detail_density</text>
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_detail_radius</text>
</cap_detail_radius>
<track_detail_radius x="180" y="6" width="235" height="16" step="10" is_integer="1">
<options_item entry="r__detail_density" group="mm_opt_video_adv" depend="vid"/>
<options_item entry="r__detail_radius" group="mm_opt_video_adv" depend="vid"/>
</track_detail_radius>

<cap_texture_lod x="20" y="3" width="135" height="24" >
Expand Down Expand Up @@ -595,10 +595,10 @@
<options_item entry="hud_draw" group="mm_opt_gameplay"/>
</check_hud_draw>

<cap_check_loadingstages x="15" y="243" width="135" height="24">
<cap_check_loadingstages x="15" y="273" width="135" height="24">
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_loadingstages</text>
</cap_check_loadingstages>
<check_loadingstages x="162" y="240" width="44" height="29">
<check_loadingstages x="162" y="270" width="44" height="29">
<texture>ui_inGame2_checkbox</texture>
<options_item entry="rs_loadingstages" group="mm_opt_gameplay" is_integer="1"/>
</check_loadingstages>
Expand Down

0 comments on commit 1ff5db9

Please sign in to comment.