diff options
Diffstat (limited to 'scenes/stockticker/stonks.gd')
-rw-r--r-- | scenes/stockticker/stonks.gd | 2 |
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 |