1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 03:33:29 +08:00

work in progress

This commit is contained in:
2025-04-23 02:49:59 +08:00
parent 996a57130c
commit 1ae4aa3ecb
6 changed files with 67 additions and 55 deletions

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)