mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-31 00:11:54 +08:00
8d841b2f7b
添加新的熊角色贴图和遮罩资源 实现新的攻击类型7并调整现有攻击逻辑 优化动画和碰撞体设置 移除旧的SVG资源文件
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
shader_type canvas_item;
|
|
void fragment() {
|
|
COLOR.r=1.0;
|
|
COLOR.a*=0.5;
|
|
} |