mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 20:55:55 +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"
|