mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-21 17:20:25 +01:00
fix(example): fix retro term shader
This commit is contained in:
parent
90de3da45f
commit
886e6e82ac
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue