OoT: add description for website

This commit is contained in:
espeon65536 2021-11-07 08:48:40 -06:00 committed by Fabian Dill
parent d5934a88a7
commit c0d3f140f3
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ i_o_limiter = threading.Semaphore(2)
class OOTWorld(World):
"""
The Legend of Zelda: Ocarina of Time is a 3D action/adventure game. Travel through Hyrule in two time periods,
learn magical ocarina songs, and explore twelve dungeons on your quest. Use Link's many items and abilities
to rescue the Seven Sages, and then confront Ganondorf to save Hyrule!
"""
game: str = "Ocarina of Time"
options: dict = oot_options
topology_present: bool = True