From 2b949c48c3642c43290cc8683e3765984bb04b75 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Thu, 20 Aug 2015 21:19:57 +0100 Subject: [PATCH] Added missing tooltips --- Assets/Fungus/UI/Scripts/Commands/Write.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Fungus/UI/Scripts/Commands/Write.cs b/Assets/Fungus/UI/Scripts/Commands/Write.cs index a89c25f6..723a79b2 100644 --- a/Assets/Fungus/UI/Scripts/Commands/Write.cs +++ b/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