Skip to content

Commit 1ff5db9

Browse files
committed
Fixed minor problems with XMLs
1 parent dae188f commit 1ff5db9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

res/gamedata/configs/text/rus/ui_st_mm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
<text>Çàãðóçèòü èãðó</text>
533533
</string>
534534
<string id="ui_mm_loadingstages">
535-
<text>Ïîêàçûâàòü ñòàäèè çàãðóçêè</text>
535+
<text>Ñòàäèè çàãðóçêè</text>
536536
</string>
537537
<string id="ui_mm_logout">
538538
<text>Âûéòè èç ïðîôèëÿ</text>

res/gamedata/configs/ui/ui_mm_loading_screen.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<loading_logo x="0" y="173" width="1024" height="399">
99
</loading_logo>
1010

11-
<loading_progress_background x="260" y="599" width="405" height="4">
12-
<texture width="405" height="4" color="black" a="255">ui_mm_loading_progress_bar</texture>
11+
<loading_progress_background x="260" y="599" width="506" height="4">
12+
<texture color="black" a="255">ui_mm_loading_progress_bar</texture>
1313
</loading_progress_background>
1414

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

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

2828
<loading_stage x="260" y="530" width="506" height="20">

res/gamedata/configs/ui/ui_mm_opt.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@
176176
</track_detail_density>
177177

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

185185
<cap_texture_lod x="20" y="3" width="135" height="24" >
@@ -595,10 +595,10 @@
595595
<options_item entry="hud_draw" group="mm_opt_gameplay"/>
596596
</check_hud_draw>
597597

598-
<cap_check_loadingstages x="15" y="243" width="135" height="24">
598+
<cap_check_loadingstages x="15" y="273" width="135" height="24">
599599
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_loadingstages</text>
600600
</cap_check_loadingstages>
601-
<check_loadingstages x="162" y="240" width="44" height="29">
601+
<check_loadingstages x="162" y="270" width="44" height="29">
602602
<texture>ui_inGame2_checkbox</texture>
603603
<options_item entry="rs_loadingstages" group="mm_opt_gameplay" is_integer="1"/>
604604
</check_loadingstages>

0 commit comments

Comments
 (0)