diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 12:10:08 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 12:10:08 -0600 |
commit | a2362a3b42d291df1aad66e9afde870a682a4211 (patch) | |
tree | 45a4de4d7d31fc66d010bfd0944c27cf5d0a3d79 /scenes/main.tscn | |
parent | dd480f4e6513ba39c5e37b196d323a232f95fe66 (diff) |
Change ad spawn time back to 10 seconds (sad...)
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |