Skip to content

Commit

Permalink
Transaltion Flexibilty - SM64
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeitHeld authored Dec 9, 2023
1 parent 6367169 commit 754bf95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions worlds/sm64ex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@


class SM64Web(WebWorld):
tutorials = [Tutorial(
setup_en = Tutorial(
"Multiworld Setup Guide",
"A guide to setting up SM64EX for MultiWorld.",
"English",
"setup_en.md",
"setup/en",
["N00byKing"]
)]
)

tutorials = [setup_en]


class SM64World(World):
Expand Down

0 comments on commit 754bf95

Please sign in to comment.