mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 00:55:53 +00:00
Added shaders
This commit is contained in:
parent
45f3e9514d
commit
7414ff51c8
106 changed files with 2642 additions and 0 deletions
5
Shaders/ursc/spatial/basic/basic_opaque.gdshader
Normal file
5
Shaders/ursc/spatial/basic/basic_opaque.gdshader
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define TEXTURE_DISABLED
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
1
Shaders/ursc/spatial/basic/basic_opaque.gdshader.uid
Normal file
1
Shaders/ursc/spatial/basic/basic_opaque.gdshader.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://blnsv83gfvq5v
|
||||
6
Shaders/ursc/spatial/basic/basic_transparent.gdshader
Normal file
6
Shaders/ursc/spatial/basic/basic_transparent.gdshader
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define ALPHA_BLEND
|
||||
#define TEXTURE_DISABLED
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
|
|
@ -0,0 +1 @@
|
|||
uid://lmobx4yb3rrs
|
||||
Loading…
Add table
Add a link
Reference in a new issue