Adding \n in descriptions.

This commit is contained in:
Anonymous Raccoon
2018-08-14 00:18:11 +02:00
parent 77fa779c6e
commit 6f58ba33f2
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -29,7 +29,6 @@ public class Pokedex : MonoBehaviour
public void UpdateMissionText()
{
ArretDéfilement = true;
PokeText.text = GetComponent<Mission>().GetMissionText();
}
}
+1
View File
@@ -5,6 +5,7 @@ using UnityEngine.Tilemaps;
public class TreeItem
{
public TreeType type;
[TextArea(15, 20)]
public string description;
public Sprite icon;
public Sprite iconGris;