Skip to content

Commit

Permalink
Merge pull request #52 from Kievit85/main
Browse files Browse the repository at this point in the history
Add all linkTypes found in existing levels
  • Loading branch information
shibbo authored Nov 10, 2023
2 parents ff38098 + b7e9941 commit 4f2ea97
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions Fushigi/ui/widgets/CourseScene.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,33 @@ private void SelectionParameterPanel()
ImGui.Text("Links");
ImGui.Separator();

string[] linkTypes = [
"BasicSignal", "Create", "Delete", "CreateRelativePos",
"CullingReference", "NextGoToParallel", "Bind", "NoticeDeath",
"Contents", "PopUp", "ParamRefForChild", "Connection", "Follow",
string[] linkTypes = [
"BasicSignal",
"Create",
"CreateRelativePos",
"CreateAfterDied",
"Delete",
"Reference",
"NextGoTo",
"NextGoToParallel",
"Bind",
"Bind_NoRot",
"Connection",
"Follow",
"PopUp",
"Contents",
"NoticeDeath",
"Relocation",
"ParamRefForChild",
"CullingReference",
"EventJoinMember",
"EventGuest_04",
"EventGuest_05",
"EventGuest_06",
"EventGuest_08",
"EventGuest_09",
"EventGuest_10",
"EventGuest_11",
];

ImGui.SetNextItemWidth(ImGui.GetContentRegionAvail().X);
Expand Down

0 comments on commit 4f2ea97

Please sign in to comment.