|
|
@ -10,7 +10,7 @@ namespace Fungus |
|
|
|
public class InfoText : MonoBehaviour |
|
|
|
public class InfoText : MonoBehaviour |
|
|
|
{ |
|
|
|
{ |
|
|
|
[Tooltip("The information text to display")] |
|
|
|
[Tooltip("The information text to display")] |
|
|
|
[TextArea(10, 10)] |
|
|
|
[TextArea(20, 20)] |
|
|
|
public string info = ""; |
|
|
|
public string info = ""; |
|
|
|
|
|
|
|
|
|
|
|
void OnGUI() |
|
|
|
void OnGUI() |
|
|
|