mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-29 15:02:29 +08:00
feat: 添加激光子弹功能,更新相关资源和着色器
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
shader_type canvas_item;
|
||||
|
||||
void fragment() {
|
||||
COLOR=vec4(vec2(textureSize(TEXTURE,0)),0,1);
|
||||
}
|
||||
Reference in New Issue
Block a user