From 4835e089da250e17baec9131ceb950bd5a8d7641 Mon Sep 17 00:00:00 2001 From: Zoey Kitt Date: Sun, 17 Nov 2024 14:50:45 -0600 Subject: Spawn ads again --- scenes/main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenes/main.gd') diff --git a/scenes/main.gd b/scenes/main.gd index 8c0ae55..feb39c7 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -18,7 +18,7 @@ func _process(delta: float) -> void: func _on_microgame_spawn_timer_timeout() -> void: # Spawn a microgame window var window_instance = null - if (randf() < 20.5): + if (randf() < 0.25): var window_scene = preload("res://scenes/microgames/microgame_window.tscn") window_instance = window_scene.instantiate() -- cgit v1.2.3