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

UXAssist WIP: finished shortcuts for show stars' name

This commit is contained in:
2025-04-15 21:04:22 +08:00
parent 5674d601ec
commit ac7f2ef63c
3 changed files with 186 additions and 34 deletions

View File

@@ -158,6 +158,8 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
"Enhanced count control for hand-make, increases maximum of count to 1000, and you can hold Ctrl/Shift/Alt to change the count rapidly");
PlayerPatch.HideTipsForSandsChangesEnabled = Config.Bind("Player", "HideTipsForGettingSands", false,
"Hide tips for getting soil piles");
PlayerPatch.ShortcutKeysForStarsNameEnabled = Config.Bind("Player", "ShortcutKeysForStarsName", false,
"Shortcut keys for showing stars' name");
PlayerPatch.AutoNavigationEnabled = Config.Bind("Player", "AutoNavigation", false,
"Auto navigation");
PlayerPatch.AutoCruiseEnabled = Config.Bind("Player", "AutoCruise", false,