Files
brotato/effect/flash.gdshader
T
luke358 66452f1072 feat: 躲避敌人攻击功能
fix: 敌人初始化血条
2026-05-18 16:10:19 +08:00

7 lines
99 B
Plaintext

shader_type canvas_item;
void fragment() {
COLOR = vec4(1.0,1.0,1.0,texture(TEXTURE, UV).a);
}