Browse Source

Merge pull request #331 from FungusGames/remove-text-width-scale

Removed unused property
master
Chris Gregan 9 years ago
parent
commit
6872ab0783
  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)")]
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 startStoryTextInset;

Loading…
Cancel
Save