Skip to content

Commit

Permalink
#764 add notification to let user know about helpsysten
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAugustinowski committed Sep 22, 2024
1 parent 4d4f7d4 commit a2b36aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/SEE/UI/HelpSystem/HelpSystemMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ internal class HelpSystemMenu : MonoBehaviour
private void Start()
{
mainMenu = CreateStartMenu(jsonFilePath);
ShowNotification.Info("HelpSystem", "Press H to open HelpSystem.");
}

/// <summary>
Expand Down

0 comments on commit a2b36aa

Please sign in to comment.