Skip to content

Commit

Permalink
improve tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpzh committed Aug 12, 2024
1 parent 8a60994 commit ca2e837
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public static bool ShowEnLocale()

private static void ShowModTutorial(bool manualTrigger)
{
string id = PluginInfo.PLUGIN_GUID.ToString() + PluginInfo.PLUGIN_VERSION.ToString();
string id = PluginInfo.PLUGIN_GUID.ToString();
modal = ModalManager.NewModalWithButtonStatic(manualTrigger ? id + UnityEngine.Random.value : id);
SetTitle(modal, "Mini Realistic Airways", "真实迷你空管");
SetHeading(modal, tutorialPages[tutorialPage].enHeading_, tutorialPages[tutorialPage].cnHeading_);
Expand Down
Binary file modified bin/Debug/netstandard2.1/MiniRealisticAirways.dll
Binary file not shown.
Binary file modified bin/Debug/netstandard2.1/MiniRealisticAirways.pdb
Binary file not shown.

0 comments on commit ca2e837

Please sign in to comment.