Skip to content

Commit c1e7579

Browse files
committed
Corrections for XML files
1 parent 9f85c41 commit c1e7579

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

res/gamedata/configs/ui/ui_mm_loading_screen.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<w>
22
<background width="1024" height="768">
3-
<auto_static width="1024" height="768">
4-
<texture>ui_mm_loading_screen</texture>
5-
</auto_static>
3+
<auto_static width="1024" height="768">
4+
<texture>ui_mm_loading_screen</texture>
5+
</auto_static>
66
</background>
77

88
<loading_logo x="0" y="173" width="1024" height="399">

res/gamedata/configs/ui/ui_mm_loading_screen_16.xml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
<w>
22
<background width="1024" height="768">
3-
<auto_static x="102" y="0" width="819" height="768" stretch="1">
4-
<texture>ui_mm_loading_screen</texture>
5-
</auto_static>
6-
<auto_static x="0" y="0" width="104" height="768" stretch="1">
7-
<texture>ui_mm_loading_left_widepanel</texture>
8-
</auto_static>
9-
<auto_static x="920" y="0" width="104" height="768" stretch="1">
10-
<texture>ui_mm_loading_right_widepanel</texture>
11-
</auto_static>
3+
<auto_static x="102" y="0" width="819" height="768" stretch="1">
4+
<texture>ui_mm_loading_screen</texture>
5+
</auto_static>
6+
<auto_static x="0" y="0" width="104" height="768" stretch="1">
7+
<texture>ui_mm_loading_left_widepanel</texture>
8+
</auto_static>
9+
<auto_static x="920" y="0" width="104" height="768" stretch="1">
10+
<texture>ui_mm_loading_right_widepanel</texture>
11+
</auto_static>
1212
</background>
1313

14-
<loading_logo x="104" y="173" width="816" height="512" stretch="1">
15-
</loading_logo>
14+
<loading_logo x="102" y="173" width="819" height="512" stretch="1"/>
1615

17-
<loading_progress_background x="310" y="599" width="405" height="4">
18-
<texture width="405" height="4" color="black" a="255">ui_mm_loading_progress_bar</texture>
16+
<loading_progress_background x="310" y="599" width="405" height="5" stretch="1">
17+
<texture width="405" height="4" color="black" a="255" stretch="1">ui_mm_loading_progress_bar</texture>
1918
</loading_progress_background>
2019

21-
<loading_progress x="310" y="599" width="405" height="4" horz="1" min="0" max="100" pos="0" inertion="5.0">
20+
<loading_progress x="310" y="599" width="405" height="5" horz="1" min="0" max="100" pos="0" inertion="5.0">
2221
<progress>
2322
<texture>ui_mm_loading_progress_bar</texture>
2423
</progress>

0 commit comments

Comments
 (0)