OoT: add description for website
This commit is contained in:
parent
d5934a88a7
commit
c0d3f140f3
|
@ -39,6 +39,11 @@ i_o_limiter = threading.Semaphore(2)
|
||||||
|
|
||||||
|
|
||||||
class OOTWorld(World):
|
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"
|
game: str = "Ocarina of Time"
|
||||||
options: dict = oot_options
|
options: dict = oot_options
|
||||||
topology_present: bool = True
|
topology_present: bool = True
|
||||||
|
|
Loading…
Reference in New Issue