mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Localize lock autopilot, fix rumour mode prompt in interstellar mode
This commit is contained in:
parent
dbfdf0ce0f
commit
3d353db039
@ -12,6 +12,7 @@
|
||||
"FREQ_UNKNOWN": "???",
|
||||
"ENGAGE_WARP_PROMPT": "Engage Warp To {0}",
|
||||
"WARP_LOCKED": "AUTOPILOT LOCKED TO:\n{0}",
|
||||
"LOCK_AUTOPILOT_WARP": "Lock Autopilot to Star System",
|
||||
"RICH_PRESENCE_EXPLORING": "Exploring {0}."
|
||||
},
|
||||
"AchievementTranslations": {
|
||||
|
||||
@ -47,8 +47,8 @@ namespace NewHorizons.Components
|
||||
_centerPromptList = centerPromptList;
|
||||
_upperRightPromptList = upperRightPromptList;
|
||||
|
||||
_detectiveModePrompt = new ScreenPrompt(InputLibrary.swapShipLogMode, "Rumor Mode", 0, ScreenPrompt.DisplayState.Normal, false);
|
||||
_targetSystemPrompt = new ScreenPrompt(InputLibrary.markEntryOnHUD, "Lock Autopilot to Star System", 0, ScreenPrompt.DisplayState.Normal, false);
|
||||
_detectiveModePrompt = new ScreenPrompt(InputLibrary.swapShipLogMode, UITextLibrary.GetString(UITextType.LogRumorModePrompt), 0, ScreenPrompt.DisplayState.Normal, false);
|
||||
_targetSystemPrompt = new ScreenPrompt(InputLibrary.markEntryOnHUD, TranslationHandler.GetTranslation("LOCK_AUTOPILOT_WARP", TranslationHandler.TextType.UI), 0, ScreenPrompt.DisplayState.Normal, false);
|
||||
|
||||
GlobalMessenger<ReferenceFrame>.AddListener("TargetReferenceFrame", new Callback<ReferenceFrame>(OnTargetReferenceFrame));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user