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 Red Special (operator
|
||||
# adjustable) for Nothing, Extra Ball, Replay, Super Bonus, or 1,000,000
|
||||
# points. Scores 10,000 points when not lit.
|
||||
@@ -8,4 +8,5 @@ class FixedSpecialRedTarget(Target):
|
||||
super().__init__(10000, "Special Red")
|
||||
|
||||
def hit(self):
|
||||
Sound(4).play()
|
||||
super().hit()
|
||||
Reference in New Issue
Block a user