All working but codex.

This commit is contained in:
2026-05-13 14:20:25 +01:00
parent c203f836b1
commit 602e1ec0d3
49 changed files with 186784 additions and 62239 deletions

View File

@@ -15,6 +15,7 @@ namespace BriarQueen.Data.Identifiers
{
None = 0,
C1CarNewspaper,
Codex,
}
public enum PuzzleSlotKey

View File

@@ -6,11 +6,11 @@ namespace BriarQueen.Data.Identifiers
{
ReturnToPreviousLevel,
UsingItemsTogether,
HideHUDKeyboard,
HideHUD,
ExitItems,
MultipleUseItems,
DarkRooms,
CodexKeyboard,
Codex,
HiddenItems,
ResetPuzzles,
Tools,
@@ -32,7 +32,7 @@ namespace BriarQueen.Data.Identifiers
"Select one item, then click another to use them together."
},
{
TutorialPopupID.HideHUDKeyboard,
TutorialPopupID.HideHUD,
"Press '{Hide_HUD}' to hide the HUD."
},
{
@@ -48,7 +48,7 @@ namespace BriarQueen.Data.Identifiers
"Dark rooms can hide important details. Use light to reveal them."
},
{
TutorialPopupID.CodexKeyboard,
TutorialPopupID.Codex,
"The Codex is used to collect any documents you encounter. Press '{Codex}' to open it."
},
{