From 57eaeff00597f8ae6289b935dec0c408e21759ab Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sun, 30 Oct 2022 01:59:06 -0400 Subject: Convert script tabs to spaces and other whitespace fixes! Signed-off-by: Malfurious --- custom_shaders/liquid.gdshader | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'custom_shaders') diff --git a/custom_shaders/liquid.gdshader b/custom_shaders/liquid.gdshader index b5b913b..529f25c 100644 --- a/custom_shaders/liquid.gdshader +++ b/custom_shaders/liquid.gdshader @@ -12,9 +12,7 @@ uniform sampler2D normal : hint_normal; uniform float wave_speed : hint_range(0.0, 10.0); uniform float wave_height : hint_range(0.0, 10.0); - -void fragment(){ - +void fragment() { vec2 moving_uv = UV + (TIME * normal_speed); ALBEDO = albedo.rgb; -- cgit v1.2.3