summaryrefslogtreecommitdiff
path: root/scenes/stockticker/stonks.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/stockticker/stonks.gd')
-rw-r--r--scenes/stockticker/stonks.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/stockticker/stonks.gd b/scenes/stockticker/stonks.gd
index 1279382..cb556f4 100644
--- a/scenes/stockticker/stonks.gd
+++ b/scenes/stockticker/stonks.gd
@@ -135,6 +135,7 @@ func _on_timer_timeout() -> void:
new_price = Big.new(0)
shares = 0
shares_label.text = "Shares\nHeld:%d" % shares
+ $AudioStreamPlayer.play()
if len(price_history) >= MAX_PRICES:
price_history.pop_front()