summaryrefslogtreecommitdiffstats
path: root/fish_show.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 /fish_show.py
parentebda59b316159f7e568c634cc5d906447928f973 (diff)
downloadbridge-1b0d46151bb6e0d98787fa1cdcc3b5b80b7d2478.tar.zst
Add sound effects
Diffstat (limited to 'fish_show.py')
-rw-r--r--fish_show.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fish_show.py b/fish_show.py
index 5d97e9f..4511dcd 100644
--- a/fish_show.py
+++ b/fish_show.py
@@ -115,6 +115,8 @@ class FishShow(Show):
self.tick_count = 0
self.started_fade_tick = None
self.depth = 0
+ self.send_event('background music', 'underwater');
+
self.send_event('disable image', {'name': 'jellyfish'})
self.send_event('disable image', {'name': 'dolphin'})
self.send_event('disable image', {'name': 'boat'})