generated from krampus/template-godot4
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
shader_type spatial;
|
|
|
|
#define CULL_MODE cull_disabled
|
|
#define UNSHADED
|
|
#define ALPHA_SCISSOR
|
|
#define BILLBOARD
|
|
|
|
#include "../common.gdshaderinc"
|