Skip to content

Commit

Permalink
add placeholder setup guide, fix webhost not showing game info
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvris committed Mar 26, 2023
1 parent 4335f92 commit 5a9d778
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
21 changes: 10 additions & 11 deletions worlds/kdl3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@

class KDL3WebWorld(WebWorld):
theme = "partyTime"
"""
tutorials = [
Tutorial(
"Multiworld Setup Guide",
"A guide to setting up the Kirby's Dream Land 3 randomizer connected to an Archipelago Multiworld.",
"English",
"setup_en.md",
"setup/en",
["Silvris"]
)
]"""

#Tutorial(
# "Multiworld Setup Guide",
# "A guide to setting up the Kirby's Dream Land 3 randomizer connected to an Archipelago Multiworld.",
# "English",
# "setup_en.md",
# "setup/en",
# ["Silvris"]
#)
]


class KDL3World(World):
Expand Down
2 changes: 1 addition & 1 deletion worlds/kdl3/docs/en_Kirby's Dream Land 3.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ as Heart Stars, 1-Ups, and Invincibility Candy will be shuffled into the pool fo
(indicated by their portrait flashing in the level select)

## When the player receives an item, what happens?
Kirby will immediately receive the effects of that item, such as being able to receive Copy Abilities from enemies that
A sound effect will play, and Kirby will immediately receive the effects of that item, such as being able to receive Copy Abilities from enemies that
give said Copy Ability. Animal Friends will require leaving the room you are currently in before they will appear.

## What is the goal of Kirby's Dream Land 3?
Expand Down
1 change: 1 addition & 0 deletions worlds/kdl3/docs/setup_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Placeholder Text

0 comments on commit 5a9d778

Please sign in to comment.