From d5036d79565f842c1c8b46fd01610b67bfd6cc4e Mon Sep 17 00:00:00 2001 From: minenice55 Date: Sun, 14 Jan 2024 20:52:51 -0500 Subject: [PATCH] Update FirstContact.cs --- Assets/Scripts/Games/FirstContact/FirstContact.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/FirstContact/FirstContact.cs b/Assets/Scripts/Games/FirstContact/FirstContact.cs index 1dd7d3208..be4e8bf67 100644 --- a/Assets/Scripts/Games/FirstContact/FirstContact.cs +++ b/Assets/Scripts/Games/FirstContact/FirstContact.cs @@ -37,7 +37,7 @@ namespace HeavenStudio.Games.Loaders { new Param("spaceNum", new EntityTypes.Integer(0, 12, 0), "Amount Of Spaces", "Choose the amount of spaces to add before the icon."), new Param("dotdotdot", false, "Ellipses", "Toggle if the symbol should have \"...\" before it."), - new Param("newline", false, "New line", "Toggle if this text starts a new line"), + new Param("newline", false, "New line", "Toggle if this text starts a new line."), new Param("dialogue", "", "Translation", "Set the text that this syllable will translate to. Spaces will not be automatically added.") }, priority = 1