mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 04:13:24 -07:00
translation flexibilty - kh2
This commit is contained in:
@@ -23,14 +23,16 @@ components.append(Component("KH2 Client", "KH2Client", func=launch_client, compo
|
||||
|
||||
|
||||
class KingdomHearts2Web(WebWorld):
|
||||
tutorials = [Tutorial(
|
||||
setup_en = Tutorial(
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to playing Kingdom Hearts 2 Final Mix with Archipelago.",
|
||||
"English",
|
||||
"setup_en.md",
|
||||
"setup/en",
|
||||
["JaredWeakStrike"]
|
||||
)]
|
||||
)
|
||||
|
||||
tutorials = [setup_en]
|
||||
|
||||
|
||||
class KH2World(World):
|
||||
|
||||
Reference in New Issue
Block a user