summaryrefslogtreecommitdiff
path: root/scenes/stockticker/stonks.gd
diff options
context:
space:
mode:
authorZoey Kitt <zoey.kitt@outlook.com>2024-11-16 17:09:11 -0600
committerZoey Kitt <zoey.kitt@outlook.com>2024-11-16 17:09:11 -0600
commit9ab6f6e2093038a7f79c6321fda8ad44bd99347b (patch)
tree6cf277a492603a53a3057a586f7f3d19c8c676a4 /scenes/stockticker/stonks.gd
parente97061b33f517020a3eaf85a5d2aa2500e62aa08 (diff)
Haha bonk I think
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()