mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
fix(Bullets): 修正紫色水晶子弹分裂时的旋转角度计算
refactor(Wave): 移除重复的Chick boss生成配置
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user