From db8c930242b9815b26f83a6390758f70094fdebc Mon Sep 17 00:00:00 2001 From: minenice55 Date: Sun, 14 Jan 2024 16:18:47 -0500 Subject: [PATCH] fix missing param in second contact --- Assets/Scripts/Games/FirstContact/FirstContact.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Games/FirstContact/FirstContact.cs b/Assets/Scripts/Games/FirstContact/FirstContact.cs index 22dc3d650..fe551daaf 100644 --- a/Assets/Scripts/Games/FirstContact/FirstContact.cs +++ b/Assets/Scripts/Games/FirstContact/FirstContact.cs @@ -37,6 +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("dialogue", "", "Translation", "Set the text that this syllable will translate to. Spaces will not be automatically added.") }, priority = 1