diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-05 13:09:25 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-05 13:09:25 -0400 |
| commit | 87cf89b1961564f0daadeaedd1835a0dac01dffc (patch) | |
| tree | 80ff39b37ddcea1d1b7f086b9fe29e52435eb983 /apworld/__init__.py | |
| parent | ff125bf97e26eecff6e7cbf89f55ffcf6c222fce (diff) | |
| download | lingo2-archipelago-87cf89b1961564f0daadeaedd1835a0dac01dffc.tar.gz lingo2-archipelago-87cf89b1961564f0daadeaedd1835a0dac01dffc.tar.bz2 lingo2-archipelago-87cf89b1961564f0daadeaedd1835a0dac01dffc.zip | |
Add setting for not auto-starting the game
Diffstat (limited to 'apworld/__init__.py')
| -rw-r--r-- | apworld/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/apworld/__init__.py b/apworld/__init__.py index 1d12050..9e445c7 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
| @@ -33,6 +33,7 @@ class Lingo2Settings(Group): | |||
| 33 | is_exe = True | 33 | is_exe = True |
| 34 | 34 | ||
| 35 | exe_file: ExecutableFile = ExecutableFile() | 35 | exe_file: ExecutableFile = ExecutableFile() |
| 36 | start_game: bool = True | ||
| 36 | 37 | ||
| 37 | 38 | ||
| 38 | class Lingo2World(World): | 39 | class Lingo2World(World): |
