mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-10 03:52:53 +08:00
feat(子弹效果): 为七魂子弹添加粒子效果并调整颜色逻辑
修改子弹脚本以支持粒子效果发射 调整颜色应用逻辑从heart节点转移到父节点 为SoulBall和SevenSoul场景添加粒子系统配置
This commit is contained in:
@@ -33,6 +33,8 @@ curve = SubResource("Curve_orogq")
|
||||
particle_flag_disable_z = true
|
||||
direction = Vector3(-1, 0, 0)
|
||||
spread = 0.0
|
||||
initial_velocity_min = 300.0
|
||||
initial_velocity_max = 300.0
|
||||
gravity = Vector3(0, 0, 0)
|
||||
scale_curve = SubResource("CurveTexture_pftyf")
|
||||
alpha_curve = SubResource("CurveTexture_5wobk")
|
||||
@@ -52,6 +54,7 @@ amount = 10
|
||||
process_material = SubResource("ParticleProcessMaterial_vwon6")
|
||||
texture = ExtResource("2_fmlef")
|
||||
lifetime = 0.5
|
||||
local_coords = true
|
||||
|
||||
[node name="hitbox" parent="." index="1"]
|
||||
visible = false
|
||||
|
||||
Reference in New Issue
Block a user