Restructured for new direction.
This commit is contained in:
@@ -6,11 +6,11 @@ namespace BriarQueen.Data.Identifiers
|
||||
{
|
||||
ReturnToPreviousLevel,
|
||||
UsingItemsTogether,
|
||||
HideHUD,
|
||||
HideHUDKeyboard,
|
||||
ExitItems,
|
||||
MultipleUseItems,
|
||||
DarkRooms,
|
||||
Codex,
|
||||
CodexKeyboard,
|
||||
HiddenItems,
|
||||
ResetPuzzles,
|
||||
Tools,
|
||||
@@ -32,12 +32,12 @@ namespace BriarQueen.Data.Identifiers
|
||||
"Select one item, then click another to use them together."
|
||||
},
|
||||
{
|
||||
TutorialPopupID.HideHUD,
|
||||
"Press 'H' to hide the HUD."
|
||||
TutorialPopupID.HideHUDKeyboard,
|
||||
"Press '{Hide_HUD}' to hide the HUD."
|
||||
},
|
||||
{
|
||||
TutorialPopupID.ExitItems,
|
||||
"Right-click to exit the current interaction."
|
||||
"Press '{Right_Click}' to exit the current interaction."
|
||||
},
|
||||
{
|
||||
TutorialPopupID.MultipleUseItems,
|
||||
@@ -48,8 +48,8 @@ namespace BriarQueen.Data.Identifiers
|
||||
"Dark rooms can hide important details. Use light to reveal them."
|
||||
},
|
||||
{
|
||||
TutorialPopupID.Codex,
|
||||
"The Codex stores information you've discovered. Press 'C' to open it."
|
||||
TutorialPopupID.CodexKeyboard,
|
||||
"The Codex is used to collect any documents you encounter. Press '{Codex}' to open it."
|
||||
},
|
||||
{
|
||||
TutorialPopupID.HiddenItems,
|
||||
@@ -61,25 +61,22 @@ namespace BriarQueen.Data.Identifiers
|
||||
},
|
||||
{
|
||||
TutorialPopupID.Tools,
|
||||
"You'll find tools as you explore. Try them on different objects. Press 'Y' to view your tools."
|
||||
"You'll find tools as you explore. Try them on different objects. Press '{Show_Tools}' to view your tools."
|
||||
},
|
||||
{
|
||||
TutorialPopupID.ItemsAway,
|
||||
"Right-click to put away the current item."
|
||||
"Press '{Right_Click}' to put away the current item."
|
||||
},
|
||||
{
|
||||
TutorialPopupID.ItemCycling,
|
||||
"Press '[' or ']' to cycle through your backpack."
|
||||
"Press '{Previous_Item}' or '{Next_Item}' to cycle through your backpack."
|
||||
},
|
||||
{
|
||||
TutorialPopupID.ToolCycling,
|
||||
"Press 'Q' or 'E' to cycle through your tools."
|
||||
"Press '{Previous_Tool}' or '{Next_Tool}' to cycle through your tools."
|
||||
}
|
||||
};
|
||||
|
||||
public static IEnumerable<string> GetAllTexts()
|
||||
{
|
||||
return AllPopups.Values;
|
||||
}
|
||||
public static IEnumerable<string> GetAllTexts() => AllPopups.Values;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user