From a2362a3b42d291df1aad66e9afde870a682a4211 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sat, 16 Nov 2024 12:10:08 -0600 Subject: Change ad spawn time back to 10 seconds (sad...) --- scenes/main.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/main.tscn b/scenes/main.tscn index b45724f..32b0540 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -18,7 +18,7 @@ offset_bottom = 25.0 text = "Net worth: $" [node name="Microgame spawn timer" type="Timer" parent="."] -wait_time = 0.1 +wait_time = 10.0 autostart = true [connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"] -- cgit v1.2.3