From 290a1bbef03bb0b10e6a29e9de6c8e5692f71626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sat, 6 Sep 2025 16:40:39 +0800 Subject: [PATCH] =?UTF-8?q?style(shaders):=20=E7=A7=BB=E9=99=A4=E5=86=B7?= =?UTF-8?q?=E5=8D=B4=E8=BF=9B=E5=BA=A6=E7=9D=80=E8=89=B2=E5=99=A8=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shaders/CooldownProgress.gdshader | 1 - 1 file changed, 1 deletion(-) diff --git a/shaders/CooldownProgress.gdshader b/shaders/CooldownProgress.gdshader index b83b99a..b4e51c1 100644 --- a/shaders/CooldownProgress.gdshader +++ b/shaders/CooldownProgress.gdshader @@ -11,6 +11,5 @@ void fragment() { COLOR.rgb*=255.0; }else if(progress-UV.y<=trailHeight){ COLOR.rgb*=1.0+(trailHeight/(progress-UV.y)-1.0)*0.5; - //COLOR.a*=(progress-UV.y)/trailHeight; } } \ No newline at end of file