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