Add an outline to the result preview

This commit is contained in:
ChaoticByte 2024-12-21 15:38:07 +01:00
parent 815ec239f6
commit f069f2911f
No known key found for this signature in database
8 changed files with 37 additions and 6 deletions

View file

@ -0,0 +1,7 @@
shader_type canvas_item;
//!load /path/to/your/image
void fragment() {
// Called for every pixel the material is visible on.
}