summaryrefslogtreecommitdiff
path: root/scenes/stockticker/stonks.gd
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-11-16 08:23:23 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-11-16 08:23:23 -0600
commit4c5307a025ca857ab9fe2b1be6f4d79a0c523008 (patch)
tree64f3ccd32d685d73b50bbe500d1c7dab55a7c336 /scenes/stockticker/stonks.gd
parent524bcdf6570b517d75d4b1617e7c09172fe3cde2 (diff)
minor refactor
Diffstat (limited to 'scenes/stockticker/stonks.gd')
-rw-r--r--scenes/stockticker/stonks.gd2
1 files changed, 1 insertions, 1 deletions
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