summaryrefslogtreecommitdiffstats
path: root/twinkle.py
diff options
context:
space:
mode:
authorAaron Perley <aaron.perley@gmail.com>2016-10-17 14:54:06 -0400
committerAaron Perley <aaron.perley@gmail.com>2016-10-17 14:54:06 -0400
commit1b0d46151bb6e0d98787fa1cdcc3b5b80b7d2478 (patch)
tree6653e7e6614eb14fa6dea4e3b90b922275903a63 /twinkle.py
parentebda59b316159f7e568c634cc5d906447928f973 (diff)
downloadbridge-1b0d46151bb6e0d98787fa1cdcc3b5b80b7d2478.tar.zst
Add sound effects
Diffstat (limited to 'twinkle.py')
-rwxr-xr-xtwinkle.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/twinkle.py b/twinkle.py
index 3668b3c..69ea8a9 100755
--- a/twinkle.py
+++ b/twinkle.py
@@ -92,6 +92,7 @@ class TwinkleShow(Show):
#self.sun = Sun()
self.stars = set()
self.tick_count = 0
+ self.send_event('background music', 'ocean_waves')
def update(self):