summaryrefslogtreecommitdiff
path: root/scenes/main.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/main.gd')
-rw-r--r--scenes/main.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/main.gd b/scenes/main.gd
index 2c9cda5..6949a8c 100644
--- a/scenes/main.gd
+++ b/scenes/main.gd
@@ -2,7 +2,7 @@ extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
- _on_microgame_spawn_timer_timeout()
+ pass
# Called every frame. 'delta' is the elapsed time since the previous frame.