some sounds

This commit is contained in:
Jonas Zeunert
2022-09-03 14:12:00 +02:00
parent 2583f952b7
commit e418fc3b9b
6 changed files with 13 additions and 9 deletions

View File

@@ -5,5 +5,5 @@ class Sound:
self.name = "Sound " + str(id)
pass
def play(self, name):
def play(self):
networking.playSound(self.name)