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

feat(角色): 添加熊角色资源并调整相关配置

添加熊角色的图片和遮罩资源
调整熊角色的碰撞体大小和位置
修改红温着色器的透明度参数
将默认测试波次改为熊Boss
更新角色场景配置和粒子效果
This commit is contained in:
2025-11-22 09:46:40 +08:00
parent b83273c812
commit 4889c69bc8
8 changed files with 130 additions and 49 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
shader_type canvas_item;
void fragment() {
COLOR.r=1.0;
COLOR.a*=0.5;
COLOR.a*=0.7;
}