mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
d4776c7398
- 新增剑砍音效及特效资源 - 为火山子弹添加命中时触发剑砍特效 - 使用FollowPosition组件重构碰撞检测逻辑 - 简化动画轨道和碰撞体配置
11 lines
457 B
Plaintext
11 lines
457 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bjr2xwsjlka3l"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bcvuuy2m0pke0" path="res://components/Abstracts/EffectBase.tscn" id="1_ncu2n"]
|
|
[ext_resource type="AudioStream" uid="uid://bj0nwb3nxmtot" path="res://resources/sounds/effect/cut.mp3" id="2_8pjoy"]
|
|
|
|
[node name="SwordCut" instance=ExtResource("1_ncu2n")]
|
|
spawnSound = "spawn"
|
|
|
|
[node name="spawn" parent="sounds" index="0"]
|
|
stream = ExtResource("2_8pjoy")
|