Browse Source

Remove stray unneeded option.

master
Gerardo Marset 9 years ago
parent
commit
8018abcf15
  1. 3
      Assets/Fungus/Narrative/Scripts/DialogInput.cs

3
Assets/Fungus/Narrative/Scripts/DialogInput.cs

@ -27,9 +27,6 @@ namespace Fungus
[Tooltip("Click to advance story")]
public ClickMode clickMode;
[Tooltip("Hold down shift while pressing a key to advance though story instantly")]
public bool shiftKeyEnabled = true;
[Tooltip("Delay between consecutive clicks. Useful to prevent accidentally clicking through story.")]
public float nextClickDelay = 0f;

Loading…
Cancel
Save