mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 19:43:55 +00:00
Added shaders
This commit is contained in:
parent
45f3e9514d
commit
7414ff51c8
106 changed files with 2642 additions and 0 deletions
3
Shaders/ursc/spatial/standard/standard_opaque.gdshader
Normal file
3
Shaders/ursc/spatial/standard/standard_opaque.gdshader
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
shader_type spatial;
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
|
|
@ -0,0 +1 @@
|
|||
uid://djgcfdm8l1rif
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define TEXTURE_REPEAT
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
|
|
@ -0,0 +1 @@
|
|||
uid://8576et1il4r8
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define ALPHA_BLEND
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
|
|
@ -0,0 +1 @@
|
|||
uid://buhrkcg1liti7
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
shader_type spatial;
|
||||
|
||||
#define ALPHA_BLEND
|
||||
|
||||
#include "../common.gdshaderinc"
|
||||
|
|
@ -0,0 +1 @@
|
|||
uid://p6pilaf5disk
|
||||
Loading…
Add table
Add a link
Reference in a new issue