Add subtitle UI for voice playback
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BriarQueen.Data.Identifiers
|
||||
public enum ClueEntryID
|
||||
{
|
||||
None = 0,
|
||||
AshwickMarketGate,
|
||||
JasonsNote,
|
||||
}
|
||||
|
||||
public enum PhotoEntryID
|
||||
@@ -37,7 +37,7 @@ namespace BriarQueen.Data.Identifiers
|
||||
new ReadOnlyDictionary<ClueEntryID, string>(
|
||||
new Dictionary<ClueEntryID, string>
|
||||
{
|
||||
{ ClueEntryID.AshwickMarketGate, $"{PHOTO_PREFIX}:AshwickMarketGate" },
|
||||
{ ClueEntryID.JasonsNote, $"{PHOTO_PREFIX}:AshwickMarketGate" },
|
||||
});
|
||||
|
||||
public static readonly IReadOnlyDictionary<PhotoEntryID, string> Photos =
|
||||
|
||||
Reference in New Issue
Block a user