1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-07 12:17:12 +08:00

fix: 修复测试模式下使用错误波次数据的问题并调整格挡效果

调整波次数据在测试模式下使用正常波次而非测试波次,避免潜在问题
修改格挡特效动画轨道,增加隐藏方法调用
调整格挡子弹生成位置距离
This commit is contained in:
2026-03-17 06:52:55 +08:00
parent 88a9fd5fff
commit 9fa1b2eed2
3 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -21,11 +21,14 @@ tracks/0/path = NodePath("%stage/../texture")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"times": PackedFloat32Array(0, 0.8),
"transitions": PackedFloat32Array(1, 1),
"values": [{
"args": [&"default", 1.0, false],
"method": &"play"
}, {
"args": [],
"method": &"hide"
}]
}