From b627218bd2c3245445dff24d6c499ee0d0ab2715 Mon Sep 17 00:00:00 2001 From: amer <136869819+amer-241@users.noreply.github.com> Date: Sun, 21 Sep 2025 14:05:31 -0700 Subject: [PATCH] Nerfed SMBLL YvB 2-4's Gold Boo by 1 second Currently, 2-4's Gold Boo time is incredibly tight, much more so than other Gold Boo times. This is to the point where the room for error is noticeably slim, so nerfing the Gold Boo time by just a single second aims to add some leeway, even if it's minor. --- Scenes/Levels/SMBLL/YouVSBoo/Boo2-4.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scenes/Levels/SMBLL/YouVSBoo/Boo2-4.tscn b/Scenes/Levels/SMBLL/YouVSBoo/Boo2-4.tscn index dfd2f60..12055a2 100644 --- a/Scenes/Levels/SMBLL/YouVSBoo/Boo2-4.tscn +++ b/Scenes/Levels/SMBLL/YouVSBoo/Boo2-4.tscn @@ -190,7 +190,7 @@ level_id = 7 [node name="RaceBoo" parent="." node_paths=PackedStringArray("path") instance=ExtResource("16_fhj5s")] position = Vector2(-248, -136) path = NodePath("../Path2D/PathFollow2D") -time_needed = [65, 60, 55, 50, 44] +time_needed = [65, 60, 55, 50, 45] [node name="Path2D" type="Path2D" parent="."] curve = SubResource("Curve2D_2v8ni")