some sounds
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from Target import Target
|
||||
|
||||
from Sound import Sound
|
||||
|
||||
# A standup target. When lit, it scores the Orange Special (operator
|
||||
# adjustable) for Nothing, Extra Ball, Replay, Super Bonus, or 300,000
|
||||
@@ -9,4 +9,5 @@ class FixedSpecialOrangeTarget(Target):
|
||||
super().__init__(100000, "Special Orange")
|
||||
|
||||
def hit(self):
|
||||
Sound(5).play()
|
||||
super().hit()
|
||||
Reference in New Issue
Block a user