1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-22 11:32:30 +08:00

feat(相机): 改进相机跟随和偏移处理

- 将相机偏移从offset改为constantOffset属性
- 添加鼠标位置对相机偏移的影响
- 为Rooster角色添加脚步粒子效果
- 调整红水晶武器的攻击力从40提升到60
- 移除调试相关的debugRebuild属性
This commit is contained in:
2025-12-16 22:37:04 +08:00
parent 11953fee54
commit 11aee1f370
4 changed files with 32 additions and 6 deletions
+1 -2
View File
@@ -11,7 +11,7 @@ avatarTexture = ExtResource("2_3e8g7")
displayName = "红水晶簇"
typeTopic = 1
store = {
"atk": 40,
"atk": 60,
"radius": 150.0
}
storeType = {
@@ -20,7 +20,6 @@ storeType = {
}
descriptionTemplate = "发射[b]红水晶[/b],在3秒后以$radius的半径爆炸,造成$atk点伤害。"
cooldown = 2000.0
debugRebuild = true
[node name="attack" parent="sounds" index="0"]
stream = ExtResource("4_qt0vq")