diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 18:33:37 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 18:33:37 -0600 |
commit | 977521849bd7efa82152e0f3d3676c300e559bde (patch) | |
tree | 958b52120d9abc6d79eb04c0c8822f7a9c36e658 /scenes/main.gd | |
parent | 518fa16866161c569f941ea6d25e2ecbf7a41e4c (diff) |
Make the main window just be a stock ticker
Diffstat (limited to 'scenes/main.gd')
-rw-r--r-- | scenes/main.gd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scenes/main.gd b/scenes/main.gd index 7e65562..2c9cda5 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -4,9 +4,6 @@ extends Node2D func _ready() -> void: _on_microgame_spawn_timer_timeout() - # Spawn Clippette??? - $Clippette.visible = true - # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta: float) -> void: |