mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
syncing changes from ballistica/master
This commit is contained in:
parent
2a07c0c840
commit
8913080562
227 changed files with 15756 additions and 12772 deletions
24
dist/ba_data/python/bascenev1lib/maps.py
vendored
24
dist/ba_data/python/bascenev1lib/maps.py
vendored
|
|
@ -15,6 +15,30 @@ if TYPE_CHECKING:
|
|||
from typing import Any
|
||||
|
||||
|
||||
def register_all_maps() -> None:
|
||||
"""Registering all maps."""
|
||||
for maptype in [
|
||||
HockeyStadium,
|
||||
FootballStadium,
|
||||
Bridgit,
|
||||
BigG,
|
||||
Roundabout,
|
||||
MonkeyFace,
|
||||
ZigZag,
|
||||
ThePad,
|
||||
DoomShroom,
|
||||
LakeFrigid,
|
||||
TipTop,
|
||||
CragCastle,
|
||||
TowerD,
|
||||
HappyThoughts,
|
||||
StepRightUp,
|
||||
Courtyard,
|
||||
Rampage,
|
||||
]:
|
||||
bs.register_map(maptype)
|
||||
|
||||
|
||||
class HockeyStadium(bs.Map):
|
||||
"""Stadium map used for ice hockey games."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue