Skip to content

Commit

Permalink
Corrections for XML files
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jun 24, 2018
1 parent 9f85c41 commit c1e7579
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
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
@@ -1,8 +1,8 @@
<w>
<background width="1024" height="768">
<auto_static width="1024" height="768">
<texture>ui_mm_loading_screen</texture>
</auto_static>
<auto_static width="1024" height="768">
<texture>ui_mm_loading_screen</texture>
</auto_static>
</background>

<loading_logo x="0" y="173" width="1024" height="399">
Expand Down
27 changes: 13 additions & 14 deletions res/gamedata/configs/ui/ui_mm_loading_screen_16.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
<w>
<background width="1024" height="768">
<auto_static x="102" y="0" width="819" height="768" stretch="1">
<texture>ui_mm_loading_screen</texture>
</auto_static>
<auto_static x="0" y="0" width="104" height="768" stretch="1">
<texture>ui_mm_loading_left_widepanel</texture>
</auto_static>
<auto_static x="920" y="0" width="104" height="768" stretch="1">
<texture>ui_mm_loading_right_widepanel</texture>
</auto_static>
<auto_static x="102" y="0" width="819" height="768" stretch="1">
<texture>ui_mm_loading_screen</texture>
</auto_static>
<auto_static x="0" y="0" width="104" height="768" stretch="1">
<texture>ui_mm_loading_left_widepanel</texture>
</auto_static>
<auto_static x="920" y="0" width="104" height="768" stretch="1">
<texture>ui_mm_loading_right_widepanel</texture>
</auto_static>
</background>

<loading_logo x="104" y="173" width="816" height="512" stretch="1">
</loading_logo>
<loading_logo x="102" y="173" width="819" height="512" stretch="1"/>

<loading_progress_background x="310" 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="310" y="599" width="405" height="5" stretch="1">
<texture width="405" height="4" color="black" a="255" stretch="1">ui_mm_loading_progress_bar</texture>
</loading_progress_background>

<loading_progress x="310" y="599" width="405" height="4" horz="1" min="0" max="100" pos="0" inertion="5.0">
<loading_progress x="310" y="599" width="405" height="5" horz="1" min="0" max="100" pos="0" inertion="5.0">
<progress>
<texture>ui_mm_loading_progress_bar</texture>
</progress>
Expand Down

0 comments on commit c1e7579

Please sign in to comment.