Disable microgame spawning :( (It gets worse before it gets a lot worse)
This commit is contained in:
parent
977521849b
commit
271eb69e50
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue