From 9ab6f6e2093038a7f79c6321fda8ad44bd99347b Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 16 Nov 2024 17:09:11 -0600 Subject: Haha bonk I think --- scenes/stockticker/stonks.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'scenes/stockticker/stonks.gd') 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() -- cgit v1.2.3