mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Webworld docs: move gameinfo documentation to their world folders and copy them for webhost use. (#455)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from ..AutoWorld import World, WebWorld
|
||||
from ..generic.Rules import set_rule
|
||||
from BaseClasses import Region, Location, Entrance, Item, RegionType
|
||||
from BaseClasses import Region, Location, Entrance, Item, RegionType, Tutorial
|
||||
from Utils import output_path
|
||||
import typing
|
||||
import os
|
||||
@@ -134,6 +134,14 @@ def _get_item_grouping() -> typing.Dict[str, typing.Set[str]]:
|
||||
|
||||
class SoEWebWorld(WebWorld):
|
||||
theme = 'jungle'
|
||||
tutorials = [Tutorial(
|
||||
"Multiworld Setup Guide",
|
||||
"A guide to playing Secret of Evermore randomizer. This guide covers single-player, multiworld and related software.",
|
||||
"English",
|
||||
"multiworld_en.md",
|
||||
"multiworld/en",
|
||||
["Black Sliver"]
|
||||
)]
|
||||
|
||||
|
||||
class SoEWorld(World):
|
||||
|
Reference in New Issue
Block a user