Change ad spawn time back to 10 seconds (sad...)

This commit is contained in:
Zoey Kitt 2024-11-16 12:10:08 -06:00
parent dd480f4e65
commit a2362a3b42

View file

@ -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"]