Skip to content

Commit

Permalink
add additional link types
Browse files Browse the repository at this point in the history
  • Loading branch information
shibbo authored Nov 9, 2023
1 parent 667fb36 commit 8a77635
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Fushigi/ui/widgets/CourseScene.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Fushigi.Byml;
using Fushigi.Byml;
using Fushigi.course;
using Fushigi.param;
using Fushigi.rstb;
Expand Down Expand Up @@ -409,7 +409,8 @@ private void SelectionParameterPanel()
string[] linkTypes = [
"BasicSignal", "Create", "Delete", "CreateRelativePos",
"CullingReference", "NextGoToParallel", "Bind", "NoticeDeath",
"Contents", "PopUp",
"Contents", "PopUp", ParamRefForChild", "Connection", "Follow",

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Newline in constant

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected

Check failure on line 412 in Fushigi/ui/widgets/CourseScene.cs

View workflow job for this annotation

GitHub Actions / build

Syntax error, ',' expected
"Reference",
];

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

0 comments on commit 8a77635

Please sign in to comment.