From daad831557d3df1ba8ef418ce1ce9858a13d4963 Mon Sep 17 00:00:00 2001 From: JackXson-Real <32755192+JackXson-Real@users.noreply.github.com> Date: Sun, 11 May 2025 23:20:54 -0400 Subject: [PATCH] input offsets -> offset adjustment --- source/funkin/ui/options/OptionsState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/ui/options/OptionsState.hx b/source/funkin/ui/options/OptionsState.hx index 4337495ed55..baa61911585 100644 --- a/source/funkin/ui/options/OptionsState.hx +++ b/source/funkin/ui/options/OptionsState.hx @@ -92,7 +92,7 @@ class OptionsMenu extends Page add(items = new TextMenuList()); createItem("PREFERENCES", function() codex.switchPage(Preferences)); createItem("CONTROLS", function() codex.switchPage(Controls)); - createItem("INPUT OFFSETS", function() { + createItem("OFFSET ADJUSTMENT", function() { #if web LoadingState.transitionToState(() -> new LatencyState()); #else