From 16c1a8185cf3177293ad93d638dd271eea42654c Mon Sep 17 00:00:00 2001 From: Cold-Mint Date: Fri, 11 Oct 2024 19:49:00 +0800 Subject: [PATCH] =?UTF-8?q?Fixed=20an=20issue=20where=20triple=20shot=20sp?= =?UTF-8?q?ells=20did=20not=20work.=20=E4=BF=AE=E5=A4=8D=E4=B8=89=E9=87=8D?= =?UTF-8?q?=E5=B0=84=E5=87=BB=E6=B3=95=E6=9C=AF=E6=97=A0=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prefab/magics/x3.tscn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/prefab/magics/x3.tscn b/prefab/magics/x3.tscn index 3e68c74..bba5057 100644 --- a/prefab/magics/x3.tscn +++ b/prefab/magics/x3.tscn @@ -12,9 +12,8 @@ collision_layer = 8 collision_mask = 34 angular_damp = -1.0 script = ExtResource("1_cnhod") -NumberOfProjectiles = null -RandomAngle = null -UnitRadian = null +RandomAngle = true +UnitRadian = 0.07 _projectilePath = null [node name="CollisionShape2D" type="CollisionShape2D" parent="."]