mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-11 22:27:12 +08:00
feat(特效): 优化格挡特效并调整参数
- 新增格挡特效资源文件 - 调整格挡动画时间参数从0.8降至0.53 - 提高格挡动画播放速度从10到15 - 修改格挡特效生成位置距离从120增至150 - 更新特效颜色混合方式,使用子弹贴图颜色混合
This commit is contained in:
@@ -21,7 +21,7 @@ tracks/0/path = NodePath("%stage/../texture")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.8),
|
||||
"times": PackedFloat32Array(0, 0.53),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"values": [{
|
||||
"args": [&"default", 1.0, false],
|
||||
@@ -66,7 +66,7 @@ animations = [{
|
||||
}],
|
||||
"loop": false,
|
||||
"name": &"default",
|
||||
"speed": 10.0
|
||||
"speed": 15.0
|
||||
}]
|
||||
|
||||
[node name="Parry" instance=ExtResource("1_vc7s4")]
|
||||
|
||||
Reference in New Issue
Block a user