From 87cf89b1961564f0daadeaedd1835a0dac01dffc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 5 Oct 2025 13:09:25 -0400 Subject: Add setting for not auto-starting the game --- apworld/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'apworld/__init__.py') 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): is_exe = True exe_file: ExecutableFile = ExecutableFile() + start_game: bool = True class Lingo2World(World): -- cgit 1.4.1