From 9087d40478a967cbeaafc62ea85b0bd592f3443b Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Thu, 24 Dec 2015 10:11:14 +0000 Subject: [PATCH] Removed unused property --- Assets/Fungus/Narrative/Scripts/SayDialog.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Assets/Fungus/Narrative/Scripts/SayDialog.cs b/Assets/Fungus/Narrative/Scripts/SayDialog.cs index 450edab8..e812a6b7 100644 --- a/Assets/Fungus/Narrative/Scripts/SayDialog.cs +++ b/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;