summaryrefslogtreecommitdiffstats
path: root/sunrise.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 /sunrise.py
parentebda59b316159f7e568c634cc5d906447928f973 (diff)
downloadbridge-1b0d46151bb6e0d98787fa1cdcc3b5b80b7d2478.tar.zst
Add sound effects
Diffstat (limited to 'sunrise.py')
-rw-r--r--sunrise.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrise.py b/sunrise.py
index 2029175..b42edc0 100644
--- a/sunrise.py
+++ b/sunrise.py
@@ -101,6 +101,7 @@ class SunriseShow(Show):
self.sun = Sun()
self.sky_brightness = 0
self.tick_count = 0
+ self.send_event('background music', 'seashore')
def update(self):