Implemented toggleable FPS counter. (#5409)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
pointer-to-null
2021-11-30 14:31:13 +03:00
committed by GitHub
parent bc7463f744
commit d0b40fae4b
5 changed files with 22 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
Text="{Loc 'ui-options-vp-integer-scaling'}"
ToolTip="{Loc 'ui-options-vp-integer-scaling-tooltip'}" />
<CheckBox Name="ViewportLowResCheckBox" Text="{Loc 'ui-options-vp-low-res'}" />
<CheckBox Name="FpsCounterCheckBox" Text="{Loc 'ui-options-fps-counter'}" />
</BoxContainer>
<hudUi:StripeBack HasBottomEdge="False" HasMargins="False">
<Button Name="ApplyButton"