mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 15:13:47 +00:00
8 lines
145 B
Text
8 lines
145 B
Text
|
|
shader_type spatial;
|
||
|
|
|
||
|
|
#define CULL_MODE cull_disabled
|
||
|
|
#define UNSHADED
|
||
|
|
#define ALPHA_SCISSOR
|
||
|
|
#define BILLBOARD
|
||
|
|
|
||
|
|
#include "../common.gdshaderinc"
|