From 10d426b9d830ef8aaaeac8b8bea7ef7919803385 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Fri, 25 Apr 2014 17:41:22 +0100 Subject: [PATCH] Button.autoHide defaults to true --- Assets/Fungus/Scripts/Button.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Fungus/Scripts/Button.cs b/Assets/Fungus/Scripts/Button.cs index 174bb476..089cb98b 100644 --- a/Assets/Fungus/Scripts/Button.cs +++ b/Assets/Fungus/Scripts/Button.cs @@ -20,7 +20,7 @@ namespace Fungus /** * Automatically hides the button when displaying story text/options or waiting. */ - public bool autoHide; + public bool autoHide = true; /** * Automatically hides the button when the specified game value is set (i.e. not equal to zero).