mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 14:43:48 +00:00
Added shaders
This commit is contained in:
parent
45f3e9514d
commit
7414ff51c8
106 changed files with 2642 additions and 0 deletions
6
Shaders/ursc/spatial/sprite/sprite_shaded.gdshader
Normal file
6
Shaders/ursc/spatial/sprite/sprite_shaded.gdshader
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define ALPHA_SCISSOR
|
||||
#define BILLBOARD
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
1
Shaders/ursc/spatial/sprite/sprite_shaded.gdshader.uid
Normal file
1
Shaders/ursc/spatial/sprite/sprite_shaded.gdshader.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://dsippjvhgdop7
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define CULL_MODE cull_disabled
|
||||
#define ALPHA_SCISSOR
|
||||
#define BILLBOARD
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
|
|
@ -0,0 +1 @@
|
|||
uid://cr842teg4a11
|
||||
7
Shaders/ursc/spatial/sprite/sprite_unshaded.gdshader
Normal file
7
Shaders/ursc/spatial/sprite/sprite_unshaded.gdshader
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define UNSHADED
|
||||
#define ALPHA_SCISSOR
|
||||
#define BILLBOARD
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
1
Shaders/ursc/spatial/sprite/sprite_unshaded.gdshader.uid
Normal file
1
Shaders/ursc/spatial/sprite/sprite_unshaded.gdshader.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://byn7w2xv2jyn8
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define CULL_MODE cull_disabled
|
||||
#define UNSHADED
|
||||
#define ALPHA_SCISSOR
|
||||
#define BILLBOARD
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
|
|
@ -0,0 +1 @@
|
|||
uid://drtaaolg5pwd7
|
||||
Loading…
Add table
Add a link
Reference in a new issue