Browse Source

Removed unused property

master
chrisgregan 9 years ago
parent
commit
9087d40478
  1. 3
      Assets/Fungus/Narrative/Scripts/SayDialog.cs

3
Assets/Fungus/Narrative/Scripts/SayDialog.cs

@ -26,9 +26,6 @@ namespace Fungus
[Tooltip("Adjust width of story text when Character Image is displayed (to avoid overlapping)")] [Tooltip("Adjust width of story text when Character Image is displayed (to avoid overlapping)")]
public bool fitTextWithImage = true; public bool fitTextWithImage = true;
[Tooltip("Scale factor to apply to story text width when Character Image is displayed")]
public float textWidthScale = 0.8f;
protected float startStoryTextWidth; protected float startStoryTextWidth;
protected float startStoryTextInset; protected float startStoryTextInset;

Loading…
Cancel
Save