mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 18:53:48 +00:00
7 lines
128 B
Text
7 lines
128 B
Text
|
|
shader_type spatial;
|
||
|
|
|
||
|
|
#define CULL_MODE cull_disabled
|
||
|
|
#define ALPHA_SCISSOR
|
||
|
|
#define BILLBOARD
|
||
|
|
|
||
|
|
#include "../common.gdshaderinc"
|