diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 19:56:44 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 19:56:44 -0600 |
commit | 47c6fcc3b0ae7d79c29f1a4bfbfc5f12d44d3254 (patch) | |
tree | b584b371a4da604773ed1adbad2567d23103c652 /scenes | |
parent | 760420412d591155c319f17d1a01d7edf7e5c01b (diff) |
Restart the silliness after winning fishing
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/main.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scenes/main.gd b/scenes/main.gd index 5349cf4..7ab90d5 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -40,3 +40,6 @@ func _on_microgame_win(window: MicrogameWindow): func _on_fishin_win() -> void: $Fishin.visible = false $"Stock ticker".start() + $"Microgame spawn timer".start() + $Clippette.visible = true + $"Score window (real)".visible = true |