From c2d5f6565c4cc9ee824088de168af550c7ff48ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sat, 6 Sep 2025 09:34:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(Bullets):=20=E4=BF=AE=E6=AD=A3=E7=B4=AB?= =?UTF-8?q?=E8=89=B2=E6=B0=B4=E6=99=B6=E5=AD=90=E5=BC=B9=E5=88=86=E8=A3=82?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E6=97=8B=E8=BD=AC=E8=A7=92=E5=BA=A6=E8=AE=A1?= =?UTF-8?q?=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor(Wave): 移除重复的Chick boss生成配置 --- scripts/Contents/Bullets/PurpleCrystal.gd | 2 +- scripts/Contents/Wave.gd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Contents/Bullets/PurpleCrystal.gd b/scripts/Contents/Bullets/PurpleCrystal.gd index e6d8039..f8f82da 100644 --- a/scripts/Contents/Bullets/PurpleCrystal.gd +++ b/scripts/Contents/Bullets/PurpleCrystal.gd @@ -10,7 +10,7 @@ func split(index, total, _last): preload("res://components/Bullets/PurpleCrystal.tscn"), launcher, position, - deg_to_rad(360 / total * index), + rotation + deg_to_rad(360 / total * index), true, isChildRefract ) diff --git a/scripts/Contents/Wave.gd b/scripts/Contents/Wave.gd index f9c9e4c..78e55c6 100644 --- a/scripts/Contents/Wave.gd +++ b/scripts/Contents/Wave.gd @@ -13,7 +13,7 @@ static var data: Array[Wave] = [ # entity, minCount, maxCount, isBoss, from, to, per create(preload("res://components/Characters/Hen.tscn"), 1, 5, false, 0, INF, 1), create(preload("res://components/Characters/Chick.tscn"), 0, 0, true, 8, INF, 6), - create(preload("res://components/Characters/Chick.tscn"), 1, 1, true, 0, INF, 1), + # create(preload("res://components/Characters/Chick.tscn"), 1, 1, true, 0, INF, 1), ] static func create(