Change ad spawn time back to 10 seconds (sad...)
This commit is contained in:
parent
dd480f4e65
commit
a2362a3b42
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue