Browse Source

Added missing tooltips

master
chrisgregan 9 years ago
parent
commit
2b949c48c3
  1. 2
      Assets/Fungus/UI/Scripts/Commands/Write.cs

2
Assets/Fungus/UI/Scripts/Commands/Write.cs

@ -22,8 +22,10 @@ namespace Fungus
[Tooltip("Notes about this story text for other authors, localization, etc.")]
public string description;
[Tooltip("Clear existing text before writing new text")]
public bool clearText = true;
[Tooltip("Wait until this command finishes before executing the next command")]
public bool waitUntilFinished = true;
public enum TextColor

Loading…
Cancel
Save