mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 08:35:54 +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"
|