Skip to content

Commit

Permalink
Resources \ UI: Improved FOV tracker in Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ShokerStlk committed Jan 16, 2019
1 parent e94970a commit 85ee549
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion res/gamedata/configs/ui/ui_mm_opt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,11 @@
<cap_fov x="20" y="3" width="135" height="24">
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_fov</text>
</cap_fov>
<track_fov x="180" y="5" width="235" height="20" min="55.0" max="115.0">
<track_fov x="180" y="5" width="205" height="20" min="55.0" max="115.0" step="1.0">
<options_item entry="fov" group="mm_opt_gameplay" />
<output_wnd x="215" y="0" width="20" height="20" format="%.0f">
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">0</text>
</output_wnd>
</track_fov>

<cap_check_crosshair x="20" y="3" width="135" height="24">
Expand Down
5 changes: 4 additions & 1 deletion res/gamedata/configs/ui/ui_mm_opt_16.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,11 @@
<cap_fov x="16" y="3" width="108" height="24">
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">ui_mm_fov</text>
</cap_fov>
<track_fov x="144" y="5" width="188" height="20" min="55.0" max="115.0">
<track_fov x="144" y="5" width="160" height="20" min="55.0" max="115.0" step="1.0">
<options_item entry="fov" group="mm_opt_gameplay"/>
<output_wnd x="165" y="0" width="20" height="20" format="%.0f">
<text r="170" g="170" b="170" font="letterica16" align="r" vert_align="c">0</text>
</output_wnd>
</track_fov>

<cap_check_crosshair x="16" y="3" width="108" height="24">
Expand Down

0 comments on commit 85ee549

Please sign in to comment.