This website requires JavaScript.
Explore
Help
Sign In
fallingshrimp
/
Dog-Lynx-And-HCN
Watch
1
Star
1
Fork
0
You've already forked Dog-Lynx-And-HCN
mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced
2026-05-27 22:41:56 +08:00
Code
Releases
Activity
Files
797a3ccbea01f71b93ea425b86ec30c84485f8f3
Dog-Lynx-And-HCN
/
shaders
/
RedTemprature.gdshader
T
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(角色): 更新熊角色资源与攻击逻辑
2025-09-14 13:02:00 +08:00
shader_type canvas_item;
void fragment() {
COLOR.r=1.0;
feat(角色): 添加熊角色资源并调整相关配置
2025-11-22 09:46:40 +08:00
COLOR.a*=0.7;
feat(角色): 更新熊角色资源与攻击逻辑
2025-09-14 13:02:00 +08:00
}
Copy Permalink