big upgrades to upgrade system

This commit is contained in:
2025-10-05 11:11:54 -07:00
parent 0edb4b50d2
commit 537bdf1ad7
20 changed files with 3310 additions and 97 deletions

View File

@@ -60,6 +60,9 @@ if __name__ == "__main__":
if argo.debug:
desktop.api.debug_mode = True
pyi_splash.update_text("Validating game rules")
core.validate_xml_files()
pyi_splash.update_text("Starting browser shell")
storage_dir.mkdir(exist_ok=True, parents=True)
webview.create_window("Seagull Game", core.app, js_api=desktop.api, width=1280, height=720)