Add: Bonus Event

This commit is contained in:
Jonas Zeunert
2022-02-21 23:18:33 +01:00
parent 011ff20365
commit 05c26080ab
5 changed files with 58 additions and 6 deletions

View File

@@ -46,6 +46,14 @@ UPPER_PLAYFIELD_TIME_LAMPS = LampGroup([
Lamp("Lamp 30 Sec")
])
TUNNEL_LAMPS = LampGroup([
Lamp("1st Button"),
Lamp("2nd Button"),
Lamp("3rd Button"),
Lamp("4th Button"),
Lamp("5th Button")
])
BONUS_MULTIPLIER_LAMPS = LampGroup([
Lamp("Bonus Multiplier x10"),
Lamp("Bonus Multiplier x20"),