mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
added note for bs_meta tags
This commit is contained in:
parent
569ebb8c26
commit
7fe0b3a1dc
@ -21,7 +21,7 @@
|
|||||||
"""Defines assault minigame."""
|
"""Defines assault minigame."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Defines a capture-the-flag game."""
|
"""Defines a capture-the-flag game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Provides the chosen-one mini-game."""
|
"""Provides the chosen-one mini-game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Provides the Conquest game."""
|
"""Provides the Conquest game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""DeathMatch game and support classes."""
|
"""DeathMatch game and support classes."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Provides an easter egg hunt game."""
|
"""Provides an easter egg hunt game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Elimination mini-game."""
|
"""Elimination mini-game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Implements football games (both co-op and teams varieties)."""
|
"""Implements football games (both co-op and teams varieties)."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Hockey game and support classes."""
|
"""Hockey game and support classes."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Defines a keep-away game type."""
|
"""Defines a keep-away game type."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Defines the King of the Hill game."""
|
"""Defines the King of the Hill game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Defines a bomb-dodging mini-game."""
|
"""Defines a bomb-dodging mini-game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Provides Ninja Fight mini-game."""
|
"""Provides Ninja Fight mini-game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Defines Race mini-game."""
|
"""Defines Race mini-game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
"""Implements Target Practice game."""
|
"""Implements Target Practice game."""
|
||||||
|
|
||||||
# ba_meta require api 6
|
# ba_meta require api 6
|
||||||
# (see bombsquadgame.com/apichanges)
|
# (see https://github.com/efroemling/ballistica/wiki/Using-ba_meta-Tags)
|
||||||
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user