diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-25 18:54:44 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-25 18:54:44 -0400 |
| commit | f0c59deb3bfa9189c2136ab3c494f8a5b452470b (patch) | |
| tree | e31d74b23327c74f1204ed3250b6413bdc4ccc2c /apworld/__init__.py | |
| parent | 05827d25733698a26cc0f305966e6a8a03be4684 (diff) | |
| download | lingo2-archipelago-f0c59deb3bfa9189c2136ab3c494f8a5b452470b.tar.gz lingo2-archipelago-f0c59deb3bfa9189c2136ab3c494f8a5b452470b.tar.bz2 lingo2-archipelago-f0c59deb3bfa9189c2136ab3c494f8a5b452470b.zip | |
Support launching with AP URL
Diffstat (limited to 'apworld/__init__.py')
| -rw-r--r-- | apworld/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/apworld/__init__.py b/apworld/__init__.py index fc397a2..f99f5f5 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
| @@ -162,5 +162,5 @@ def launch_client(*args): | |||
| 162 | 162 | ||
| 163 | 163 | ||
| 164 | component = Component("Lingo 2 Client", component_type=Type.CLIENT, func=launch_client, | 164 | component = Component("Lingo 2 Client", component_type=Type.CLIENT, func=launch_client, |
| 165 | description="Open Lingo 2.") | 165 | description="Open Lingo 2.", supports_uri=True, game_name="Lingo 2") |
| 166 | components.append(component) | 166 | components.append(component) |
