1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-04 10:47:13 +08:00
Files
Dog-Lynx-And-HCN/components/Effects/Parrier.tscn
T
fallingshrimp aa3f34ca74 feat(武器): 增强格挡武器并添加新特效
增加格挡武器的攻击力从20提升至35
添加冲刺速度随气力增加的机制
为格挡和攻击添加新的视觉特效和音效
调整格挡子弹的碰撞检测形状
优化特效控制器逻辑确保正确释放资源
2026-03-21 18:55:32 +08:00

25 lines
793 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://12ubhs2p8a27"]
[ext_resource type="PackedScene" uid="uid://bcvuuy2m0pke0" path="res://components/Abstracts/EffectBase.tscn" id="1_yftgy"]
[ext_resource type="SpriteFrames" uid="uid://cegxrhkf6na6t" path="res://resources/effects/parrier/2/2.tres" id="2_7outc"]
[sub_resource type="AnimationLibrary" id="AnimationLibrary_6cpy3"]
[node name="Parrier" instance=ExtResource("1_yftgy")]
spawnTexture = "spawn"
[node name="particles" parent="." index="1"]
lifetime = 0.01
[node name="animator" parent="stage" index="0"]
libraries = {
&"": SubResource("AnimationLibrary_6cpy3")
}
[node name="texture" parent="stage" index="1"]
position = Vector2(150, 50)
scale = Vector2(-0.4, 0.4)
sprite_frames = ExtResource("2_7outc")
frame = 6
frame_progress = 1.0