feat: 躲避敌人攻击功能
fix: 敌人初始化血条
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
shader_type canvas_item;
|
||||
|
||||
void fragment() {
|
||||
COLOR = vec4(1.0,1.0,1.0,texture(TEXTURE, UV).a);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user