Skip to content

Commit

Permalink
Merge pull request #6624 from planetarium/issue/6623
Browse files Browse the repository at this point in the history
add synthesize tutorial id
  • Loading branch information
eugene-doobu authored Dec 18, 2024
2 parents f7c956a + f1c05b8 commit 66a6f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nekoyume/Assets/_Scripts/UI/Tutorial/TutorialController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class TutorialController
private static string CheckPointKey => $"Tutorial_Check_Point_{Game.Game.instance.States.CurrentAvatarKey}";

// 튜토리얼이 실행될 스테이지를 넣는 배열입니다. 배열 요소에 해당하는 스테이지를 클리어하고나면 실행됩니다.
public static readonly int[] TutorialStageArray = { 5, 7, 10, 15, 23, 35, 40, 45, 49, 301 };
public static readonly int[] TutorialStageArray = { 5, 7, 10, 15, 23, 35, 40, 45, 49, 151, 301, };

public bool IsPlaying => _tutorial.IsActive();

Expand Down

0 comments on commit 66a6f5a

Please sign in to comment.