Browse Source

Button.autoHide defaults to true

master
chrisgregan 11 years ago
parent
commit
10d426b9d8
  1. 2
      Assets/Fungus/Scripts/Button.cs

2
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).

Loading…
Cancel
Save