diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 17:09:11 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 17:09:11 -0600 |
commit | 9ab6f6e2093038a7f79c6321fda8ad44bd99347b (patch) | |
tree | 6cf277a492603a53a3057a586f7f3d19c8c676a4 /scenes/stockticker/stonks.gd | |
parent | e97061b33f517020a3eaf85a5d2aa2500e62aa08 (diff) |
Haha bonk I think
Diffstat (limited to 'scenes/stockticker/stonks.gd')
-rw-r--r-- | scenes/stockticker/stonks.gd | 1 |
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() |