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