From 621833f2a66b73eef5d8a192feaddb520836ca76 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 6 Jan 2021 19:47:28 -0500 Subject: [PATCH] Clarify instructions in Your first 2D shader (#4527) --- tutorials/shaders/your_first_shader/your_first_2d_shader.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/shaders/your_first_shader/your_first_2d_shader.rst b/tutorials/shaders/your_first_shader/your_first_2d_shader.rst index 6339a2b7e..a39fda1f0 100644 --- a/tutorials/shaders/your_first_shader/your_first_2d_shader.rst +++ b/tutorials/shaders/your_first_shader/your_first_2d_shader.rst @@ -52,8 +52,8 @@ you are writing a CanvasItem Shader or a Spatial Shader and it previews the output of spatial shaders. So what you are seeing is the output of the default Spatial Shader. -Click beside "Shader" and select "New Shader". Finally, click on the new shader -resource and the shader editor will open. You are now ready to begin writing +Click beside "Shader" and select "New Shader". Finally, click on the shader +you just created and the shader editor will open. You are now ready to begin writing your first shader. Your first CanvasItem shader