Tutorial: Remove NS1 tutorial, change getting started guide to .js (#258)

This commit is contained in:
Mughur
2022-12-22 00:49:12 +02:00
committed by GitHub
parent b004b7203d
commit addcee73fc
5 changed files with 163 additions and 292 deletions

View File

@@ -7,7 +7,6 @@ import { ITutorialEvents } from "./ui/InteractiveTutorial/ITutorialEvents";
// Ordered array of keys to Interactive Tutorial Steps
enum iTutorialSteps {
Start,
NSSelection,
GoToCharacterPage, // Click on 'Stats' page
CharacterPage, // Introduction to 'Stats' page
CharacterGoToTerminalPage, // Go back to Terminal
@@ -46,7 +45,6 @@ const ITutorial = {
// Keeps track of whether each step has been done
stepIsDone: {
[iTutorialSteps.Start]: false,
[iTutorialSteps.NSSelection]: false,
[iTutorialSteps.GoToCharacterPage]: false,
[iTutorialSteps.CharacterPage]: false,
[iTutorialSteps.CharacterGoToTerminalPage]: false,