From 886e6e82acab1894f857ce8700de7ce50317a946 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sun, 7 Apr 2024 09:12:43 +1200 Subject: [PATCH] fix(example): fix retro term shader --- examples/retro_term/retro_term.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/retro_term/retro_term.tscn b/examples/retro_term/retro_term.tscn index 48d5245..7c58b24 100644 --- a/examples/retro_term/retro_term.tscn +++ b/examples/retro_term/retro_term.tscn @@ -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).