From 43123c8455a5c2ee48c664e61f29ea799efd5e47 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 30 Nov 2023 10:24:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=20=D0=BF=D1=80=D0=BE=D1=86=D0=B5=D1=81?= =?UTF-8?q?=D1=81=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shaders/tilemap.gdshader | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shaders/tilemap.gdshader b/shaders/tilemap.gdshader index 65aa7a3..4764214 100644 --- a/shaders/tilemap.gdshader +++ b/shaders/tilemap.gdshader @@ -9,7 +9,6 @@ const vec2 center = vec2(0.5, 0.5); void fragment() { - COLOR = texture(TEXTURE, UV); - //COLOR.a *= smooth_px(length(UV - center), radius, DS); + COLOR.a *= smooth_px(length(UV - center), radius, DS); }