mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-03 15:13:40 -07:00
translation flexibility - Stardew Valley
This commit is contained in:
@@ -37,15 +37,16 @@ class StardewWebWorld(WebWorld):
|
||||
bug_report_page = "https://github.com/agilbert1412/StardewArchipelago/issues/new?labels=bug&title=%5BBug%5D%3A+Brief+Description+of+bug+here"
|
||||
options_presets = sv_options_presets
|
||||
|
||||
tutorials = [
|
||||
Tutorial(
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to playing Stardew Valley with Archipelago.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
"setup/en",
|
||||
["KaitoKid", "Jouramie", "Witchybun (Mod Support)", "Exempt-Medic (Proofreading)"]
|
||||
)]
|
||||
setup_en = Tutorial(
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to playing Stardew Valley with Archipelago.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
"setup/en",
|
||||
["KaitoKid", "Jouramie", "Witchybun (Mod Support)", "Exempt-Medic (Proofreading)"]
|
||||
)
|
||||
|
||||
tutorials = [setup_en]
|
||||
|
||||
|
||||
class StardewValleyWorld(World):
|
||||
|
||||
Reference in New Issue
Block a user