work in progress

This commit is contained in:
2025-04-23 02:50:33 +08:00
parent 996a57130c
commit 1ae4aa3ecb
6 changed files with 67 additions and 55 deletions
+3 -3
View File
@@ -68,9 +68,9 @@ public static class PlayerPatch
AutoNavigation.Enable(AutoNavigationEnabled.Value);
}
public static void OnUpdate()
public static void OnInputUpdate()
{
ShortcutKeysForStarsName.OnUpdate();
ShortcutKeysForStarsName.OnInputUpdate();
if (_autoDriveKey.keyValue)
{
AutoNavigation.ToggleAutoCruise();
@@ -166,7 +166,7 @@ public static class PlayerPatch
_forceShowAllStarsNameExternal = value;
}
public static void OnUpdate()
public static void OnInputUpdate()
{
if (!UIRoot.instance.uiGame.starmap.active) return;
if (_toggleAllStarsNameKey.keyValue)