diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:53:02 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-15 19:53:02 -0600 |
commit | 56377b3afac7d5809738c6016981c5153a20f2b3 (patch) | |
tree | f160b73658f0d2cb722e554fe10d45949257c8e3 /scenes/main.tscn | |
parent | b62bbaac0dd22ba130832292f9248de2e9aa4662 (diff) |
Make derived window class for the ad microgame
Diffstat (limited to 'scenes/main.tscn')
-rw-r--r-- | scenes/main.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index 09d1a86..32b0540 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -18,6 +18,7 @@ offset_bottom = 25.0 text = "Net worth: $" [node name="Microgame spawn timer" type="Timer" parent="."] +wait_time = 10.0 autostart = true [connection signal="timeout" from="Microgame spawn timer" to="." method="_on_microgame_spawn_timer_timeout"] |