Add Sounds

This commit is contained in:
Jonas Zeunert
2022-08-30 21:51:19 +02:00
parent 73c7837e97
commit 401b3a332b
30 changed files with 160 additions and 1 deletions

5
sounds/GameTimeBonus.py Normal file
View File

@@ -0,0 +1,5 @@
from Sound import Sound
class GameTimeBonus(Sound):
def __init__(self):
self.name = '''Speech 13: "Be ready for the Game Time Bonus."'''