Don't include the shaderlib in the application anymore, instead distribute a zip file with each release
This commit is contained in:
parent
1ee3088cce
commit
da1bd6a58a
11 changed files with 21 additions and 24 deletions
|
|
@ -2,8 +2,8 @@ shader_type canvas_item;
|
|||
|
||||
//!load ./images/mountain.jpg
|
||||
|
||||
#include "res://shaderlib/kuwahara.gdshaderinc"
|
||||
#include "res://shaderlib/hsv.gdshaderinc"
|
||||
#include "./shaderlib/kuwahara.gdshaderinc"
|
||||
#include "./shaderlib/hsv.gdshaderinc"
|
||||
|
||||
void fragment() {
|
||||
// Kuwahara
|
||||
|
|
|
|||
Reference in a new issue