Skip to content

Commit ca5bd9a

Browse files
authored
translation flexibility - Super Metroid
1 parent 076534e commit ca5bd9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

worlds/sm/__init__.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,16 @@ def get_game_players(self, multiword: MultiWorld, game_name: str):
7070

7171

7272
class SMWeb(WebWorld):
73-
tutorials = [Tutorial(
73+
setup_en = Tutorial(
7474
"Multiworld Setup Guide",
7575
"A guide to setting up the Super Metroid Client on your computer. This guide covers single-player, multiworld, and related software.",
7676
"English",
7777
"multiworld_en.md",
7878
"multiworld/en",
7979
["Farrak Kilhn"]
80-
)]
80+
)
81+
82+
tutorials = [setup_en]
8183

8284

8385
class ByteEdit(TypedDict):

0 commit comments

Comments
 (0)