mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 09:02:14 +00:00 
			
		
		
		
	Slight improvements to brunin look.
This commit is contained in:
		@@ -296,7 +296,7 @@ ShaderEffect {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            (burnIn !== 0 ? "
 | 
					            (burnIn !== 0 ? "
 | 
				
			||||||
                vec4 txt_blur = texture2D(blurredSource, txt_coords);
 | 
					                vec4 txt_blur = texture2D(blurredSource, txt_coords);
 | 
				
			||||||
                txt_color = txt_color + txt_blur.rgb * txt_blur.a;"
 | 
					                txt_color = max(txt_color, txt_blur.rgb * txt_blur.a);"
 | 
				
			||||||
            : "") +
 | 
					            : "") +
 | 
				
			||||||
 | 
					
 | 
				
			||||||
             "float greyscale_color = rgb2grey(txt_color) + color;" +
 | 
					             "float greyscale_color = rgb2grey(txt_color) + color;" +
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user