Disable microgame spawning :( (It gets worse before it gets a lot worse)

This commit is contained in:
Zoey Kitt 2024-11-16 18:36:52 -06:00
parent 977521849b
commit 271eb69e50
2 changed files with 1 additions and 2 deletions

View file

@ -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.

View file

@ -295,7 +295,6 @@ texture = ExtResource("1_o2s48")
[node name="Microgame spawn timer" type="Timer" parent="."]
wait_time = 10.0
autostart = true
[node name="Meow" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_gatxj")