diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 18:36:52 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 18:36:52 -0600 |
commit | 271eb69e5052c131519b08f0df22618d4881ef77 (patch) | |
tree | 0948dd398fafa4eaa98d9882ebd97441b1285760 /scenes | |
parent | 977521849bd7efa82152e0f3d3676c300e559bde (diff) |
Disable microgame spawning :( (It gets worse before it gets a lot worse)
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/main.gd | 2 | ||||
-rw-r--r-- | scenes/main.tscn | 1 |
2 files changed, 1 insertions, 2 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. diff --git a/scenes/main.tscn b/scenes/main.tscn index 053fd5d..8878ce0 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -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") |