Add an outline to the result preview
This commit is contained in:
parent
815ec239f6
commit
f069f2911f
8 changed files with 37 additions and 6 deletions
7
src/shader/template.gdshader
Normal file
7
src/shader/template.gdshader
Normal 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.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue