Merge pull request #397 from Loup-Garou911XD/main

updated quake minigame to api9
This commit is contained in:
Loup 2025-09-23 01:16:15 +05:30 committed by GitHub
commit f6812ba886
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View file

@ -874,6 +874,12 @@
}
],
"versions": {
"1.1.0": {
"api_version": 9,
"commit_sha": "3fff070",
"released_on": "22-09-2025",
"md5sum": "a245b38b3783d3d5a865c94c89974e6f"
},
"1.0.2": {
"api_version": 8,
"commit_sha": "da878bf",

View file

@ -1,6 +1,7 @@
# Porting made easier by baport.(https://github.com/bombsquad-community/baport)
# Porting to api 8 made easier by baport.(https://github.com/bombsquad-community/baport)
"""Quake Game Activity"""
# ba_meta require api 8
# ba_meta require api 9
from __future__ import annotations
from typing import TYPE_CHECKING