mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-24 07:53:30 +08:00
Fix some spawn-points (Top -> top, Bottom -> bottom)
This commit is contained in:
parent
c7d31396c4
commit
193cabf3c4
@ -430,11 +430,11 @@ class OnslaughtGame(ba.CoopGameActivity):
|
||||
{'entries': [
|
||||
{'type': spazbot.ChargerBotProShielded,
|
||||
'point': 'bottom_right'},
|
||||
{'type': spazbot.ChargerBotProShielded, 'point': 'Bottom'}
|
||||
{'type': spazbot.ChargerBotProShielded, 'point': 'bottom'}
|
||||
if player_count > 2 else None,
|
||||
{'type': spazbot.ChargerBotProShielded,
|
||||
'point': 'bottom_left'},
|
||||
{'type': spazbot.ChargerBotProShielded, 'point': 'Top'}
|
||||
{'type': spazbot.ChargerBotProShielded, 'point': 'top'}
|
||||
if hard else None,
|
||||
{'type': spazbot.BomberBotProStatic,
|
||||
'point': 'turret_top_middle'},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user