Spawn ads again
This commit is contained in:
parent
1e397ffe7d
commit
4835e089da
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ func _process(delta: float) -> void:
|
||||||
func _on_microgame_spawn_timer_timeout() -> void:
|
func _on_microgame_spawn_timer_timeout() -> void:
|
||||||
# Spawn a microgame window
|
# Spawn a microgame window
|
||||||
var window_instance = null
|
var window_instance = null
|
||||||
if (randf() < 20.5):
|
if (randf() < 0.25):
|
||||||
var window_scene = preload("res://scenes/microgames/microgame_window.tscn")
|
var window_scene = preload("res://scenes/microgames/microgame_window.tscn")
|
||||||
window_instance = window_scene.instantiate()
|
window_instance = window_scene.instantiate()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue