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:
@@ -0,0 +1,5 @@
|
||||
shader_type canvas_item;
|
||||
void fragment() {
|
||||
COLOR.r=1.0;
|
||||
COLOR.a*=0.5;
|
||||
}
|
||||
Reference in New Issue
Block a user