[ci] auto-format

This commit is contained in:
Freaku17 2024-02-15 19:39:53 +00:00 committed by github-actions[bot]
parent cedc80a58e
commit bbb6cb3a13
5 changed files with 30 additions and 30 deletions

View file

@ -245,11 +245,11 @@ class plugin(babase.Plugin):
def __init__(self):
## Campaign support ##
babase.app.classic.add_coop_practice_level(bs.Level(
name = 'Extinction',
name='Extinction',
gametype=NewMeteorShowerGame,
settings={'Epic Mode': False},
preview_texture_name='footballStadiumPreview'))
babase.app.classic.add_coop_practice_level(bs.Level('Epic Extinction',
gametype=NewMeteorShowerGame,
settings={'Epic Mode': True},
preview_texture_name='footballStadiumPreview'))
gametype=NewMeteorShowerGame,
settings={'Epic Mode': True},
preview_texture_name='footballStadiumPreview'))