From 4c5307a025ca857ab9fe2b1be6f4d79a0c523008 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sat, 16 Nov 2024 08:23:23 -0600 Subject: minor refactor --- scenes/stockticker/stonks.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenes/stockticker/stonks.gd') diff --git a/scenes/stockticker/stonks.gd b/scenes/stockticker/stonks.gd index 9b7b845..fefc340 100644 --- a/scenes/stockticker/stonks.gd +++ b/scenes/stockticker/stonks.gd @@ -18,7 +18,7 @@ func _ready() -> void: label.text = "Price:\n$%f" % start_val price_history.push_front(start_val) - + # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta: float) -> void: pass -- cgit v1.2.3