Skip to content

Commit

Permalink
Add tutorial module gameMode enums
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Aug 3, 2020
1 parent b36b8bf commit 1dfd33b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/enums/gameModes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@
{
"gameMode": "NEXUSBLITZ",
"description": "Nexus Blitz games."
},
{
"gameMode": "TUTORIAL_MODULE_1",
"description": "Tutorial: Welcome to League."
},
{
"gameMode": "TUTORIAL_MODULE_2",
"description": "Tutorial: Power Up."
},
{
"gameMode": "TUTORIAL_MODULE_3",
"description": "Tutorial: Shop for Gear."
}
]

0 comments on commit 1dfd33b

Please sign in to comment.