Additional Puzzle Assets. Mainly Laxley Upstairs

This commit is contained in:
2026-04-04 18:55:56 +01:00
parent 83e9a35d2f
commit 0439b6c1d2
27 changed files with 1531 additions and 10 deletions

View File

@@ -17,7 +17,8 @@ namespace BriarQueen.Data.Identifiers
WorkshopBookshelfClue = 1,
WorkshopRainbowClue = 2,
PumphouseScratchedTable = 3,
StreetGatePlaque = 4
StreetGatePlaque = 4,
GranddfatherClockPlaqueClue = 5
}
public enum PhotoEntryID
@@ -44,7 +45,8 @@ namespace BriarQueen.Data.Identifiers
{ ClueEntryID.WorkshopBookshelfClue, "CLUE_WorkshopBookshelf" },
{ ClueEntryID.WorkshopRainbowClue , "CLUE_WorkshopRainbow" },
{ ClueEntryID.PumphouseScratchedTable, "CLUE_PumphouseScratchedTable" },
{ ClueEntryID.StreetGatePlaque, "CLUE_StreetGatePlaque" }
{ ClueEntryID.StreetGatePlaque, "CLUE_StreetGatePlaque" },
{ ClueEntryID.GranddfatherClockPlaqueClue, "CLUE_GranddfatherClockPlaque" },
});
public static readonly IReadOnlyDictionary<PhotoEntryID, string> Photos =