Skip to content

Commit

Permalink
Update standatd settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Osmodium committed Feb 21, 2024
1 parent e1366ed commit 80e582d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpeechMod/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ public class Settings : UnityModManager.ModSettings

public bool InterruptPlaybackOnPlay = true;
public bool PlaybackBarks = true;
public bool PlaybackBarkOnlyIfSilence = true;
public bool PlaybackBarksInVicinity = false;
public bool PlaybackBarkOnlyIfSilence = false;
public bool ShowNotificationOnPlaybackStop = true;

public bool ShowPlaybackOfDialogAnswers = false;
public bool ShowPlaybackOfDialogAnswers = true;
public bool SayDialogAnswerNumber = false;
public bool DialogAnswerColorOnHover = true;
public float DialogAnswerHoverColorR = 0.15f;
Expand Down

0 comments on commit 80e582d

Please sign in to comment.