Browse Source

Fixed Say story text field tooltip obscuring text #85

master
chrisgregan 10 years ago
parent
commit
380aeca20d
  1. 1
      Assets/Fungus/Dialog/Scripts/Commands/Say.cs

1
Assets/Fungus/Dialog/Scripts/Commands/Say.cs

@ -11,7 +11,6 @@ namespace Fungus
[AddComponentMenu("")] [AddComponentMenu("")]
public class Say : Command public class Say : Command
{ {
[Tooltip("Text to display")]
[TextArea(5,10)] [TextArea(5,10)]
public string storyText; public string storyText;

Loading…
Cancel
Save