Transaltion Flexibilty - SM64

This commit is contained in:
Held_der_Zeit
2023-12-09 19:56:16 +01:00
committed by GitHub
parent 63671693ef
commit 754bf95d2f

View File

@@ -11,14 +11,16 @@ from ..AutoWorld import World, WebWorld
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):