Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CommonClient: allow worlds to change title of run_gui without rewriti…
…ng it (ArchipelagoMW#3297) * moves the title name in CommonContext.run_gui into a parameter defaulted to the normal default so others using it don't have to rewrite everything * Change to using a GameManager attribute instead of a default param * Update CommonClient.py treble suggestion 1 Co-authored-by: Aaron Wagener <[email protected]> * Update CommonClient.py treble suggestion 2 Co-authored-by: Aaron Wagener <[email protected]> * Update CommonClient.py treble suggestion 3 Co-authored-by: Doug Hoskisson <[email protected]> * Use make_gui() instead of a property to push kivy importing back to lazy loading regardless of gui_enabled status * cleanup * almost forgot to type it * change make_gui to be a class so clients can subclass it * clean up code readability --------- Co-authored-by: Aaron Wagener <[email protected]> Co-authored-by: Doug Hoskisson <[email protected]> Co-authored-by: NewSoupVi <[email protected]>
- Loading branch information