1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

feat(角色): 更新熊角色资源与攻击逻辑

添加新的熊角色贴图和遮罩资源
实现新的攻击类型7并调整现有攻击逻辑
优化动画和碰撞体设置
移除旧的SVG资源文件
This commit is contained in:
2025-09-14 13:02:00 +08:00
parent 7b89d10aca
commit 8d841b2f7b
25 changed files with 109 additions and 1352 deletions
+5
View File
@@ -0,0 +1,5 @@
shader_type canvas_item;
void fragment() {
COLOR.r=1.0;
COLOR.a*=0.5;
}