summary refs log tree commit diff stats
path: root/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py index 302e7e1..8d6a7fc 100644 --- a/__init__.py +++ b/__init__.py
@@ -16,6 +16,7 @@ from .regions import create_regions
16 16
17class LingoWebWorld(WebWorld): 17class LingoWebWorld(WebWorld):
18 option_groups = lingo_option_groups 18 option_groups = lingo_option_groups
19 rich_text_options_doc = True
19 theme = "grass" 20 theme = "grass"
20 tutorials = [Tutorial( 21 tutorials = [Tutorial(
21 "Multiworld Setup Guide", 22 "Multiworld Setup Guide",