mirror of
				https://github.com/MarioSpore/Grinch-AP.git
				synced 2025-10-21 20:21:32 -06:00 
			
		
		
		
	DS3: Update the setup guide (#878)
* Merge pull request #1 from eudaimonistic/patch-2 Update setup_en.md (cherry picked from commit 41567697fb89e74301afe651fbde0bafca5946e0) * DS3: Update english documentation * DS3: Add French setup guide * DS3: Fix space formatting in doc * DS3: Resolve comment
This commit is contained in:
		| @@ -16,14 +16,26 @@ from ..generic.Rules import set_rule | ||||
|  | ||||
|  | ||||
| class DarkSouls3Web(WebWorld): | ||||
|     tutorials = [Tutorial( | ||||
|     bug_report_page = "https://github.com/Marechal-L/Dark-Souls-III-Archipelago-client/issues" | ||||
|     setup_en = Tutorial( | ||||
|         "Multiworld Setup Tutorial", | ||||
|         "A guide to setting up the Archipelago Dark Souls III randomizer on your computer.", | ||||
|         "English", | ||||
|         "setup_en.md", | ||||
|         "setup/en", | ||||
|         ["Marech"] | ||||
|     )] | ||||
|     ) | ||||
|  | ||||
|     setup_fr = Tutorial( | ||||
|         setup_en.tutorial_name, | ||||
|         setup_en.description, | ||||
|         "Français", | ||||
|         "setup_fr.md", | ||||
|         "setup/fr", | ||||
|         ["Marech"] | ||||
|     ) | ||||
|  | ||||
|     tutorials = [setup_en, setup_fr] | ||||
|  | ||||
|  | ||||
| class DarkSouls3World(World): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ludovic Marechal
					Ludovic Marechal