Skip to content

Commit

Permalink
* UPD: [gamedata] Add default aspect ratio shader options page, fix s…
Browse files Browse the repository at this point in the history
…ome layout issues
  • Loading branch information
yohjimane committed May 17, 2024
1 parent 67596ed commit c56a7c3
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 45 deletions.
10 changes: 10 additions & 0 deletions res/gamedata/configs/ui/ui_mm_opt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@
<e r="210" g="210" b="210"/>
</text_color>
</btn_advanced>

<btn_shader_options x="210" y="322" width="108" height="24" stretch="1">
<text r="170" g="170" b="170" align="c" font="letterica16">ui_mm_shader_options</text>
<texture>ui_inGame2_button</texture>
<text_color>
<e r="210" g="210" b="210"/>
</text_color>
</btn_shader_options>
</tab_video>

<video_adv>
Expand Down Expand Up @@ -532,6 +540,8 @@
</btn_to_simply>
</video_adv>

#include "ui\ui_mm_shader_options.xml"

<tab_sound>
<cap_mastervolume x="15" y="3" width="135" height="24">
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_master_volume</text>
Expand Down
2 changes: 1 addition & 1 deletion res/gamedata/configs/ui/ui_mm_opt_16.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
</text_color>
</btn_advanced>

<btn_shader_options x="150" y="322" width="86" height="24" stretch="1">
<btn_shader_options x="180" y="322" width="86" height="24" stretch="1">
<text r="170" g="170" b="170" align="c" font="letterica16">ui_mm_shader_options</text>
<texture>ui_inGame2_button</texture>
<text_color>
Expand Down

0 comments on commit c56a7c3

Please sign in to comment.