Additional Puzzle Assets. Mainly Laxley Upstairs
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user