diff --git a/Fushigi/ui/widgets/CourseScene.cs b/Fushigi/ui/widgets/CourseScene.cs index a894e508..846fe442 100644 --- a/Fushigi/ui/widgets/CourseScene.cs +++ b/Fushigi/ui/widgets/CourseScene.cs @@ -395,13 +395,9 @@ private void SelectionParameterPanel() ImGui.Text("Links"); ImGui.Separator(); - /*if (ImGui.Button("Add Link")) - { - activeViewport.mIsLinkNew = true; - activeViewport.mEditorState = LevelViewport.EditorState.SelectingLinkDest; - }*/ - - string[] linkTypes = new string[] { "BasicSignal", "Create", "Delete", "CreateRelativePos", "CullingReference", "NextGoToParallel", "Bind", }; + string[] linkTypes = new string[] { "BasicSignal", "Create", "Delete", "CreateRelativePos", + "CullingReference", "NextGoToParallel", "Bind", "NoticeDeath", + "Contents", "PopUp", }; int idx = 0; if (ImGui.Combo("Add Link", ref idx, linkTypes, linkTypes.Length))