feat: 躲避敌人攻击功能

fix: 敌人初始化血条
This commit is contained in:
luke358
2026-05-18 16:10:19 +08:00
parent b6bf8ef5ba
commit 66452f1072
7 changed files with 45 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
shader_type canvas_item;
void fragment() {
COLOR = vec4(1.0,1.0,1.0,texture(TEXTURE, UV).a);
}