fix(example): fix retro term shader

This commit is contained in:
Leroy Hopson 2024-04-07 09:12:43 +12:00
parent 90de3da45f
commit 886e6e82ac
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -14,6 +14,7 @@ the modified result to godotshaders.com.
*/
shader_type canvas_item;
uniform sampler2D SCREEN_TEXTURE : hint_screen_texture, filter_linear_mipmap;
//*** IMPORTANT! ***/
// - If you are using this shader to affect the node it is applied to set 'overlay' to false (unchecked in the instepctor).