mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
|
[gd_resource type="Shader" format=2]
|
||
|
|
||
|
[resource]
|
||
|
code = "shader_type spatial;
|
||
|
render_mode blend_mix,depth_draw_opaque,cull_back,specular_disabled,vertex_lighting;
|
||
|
uniform vec4 albedo : hint_color;
|
||
|
//uniform sampler2D texture_albedo : hint_albedo;
|
||
|
|
||
|
void fragment() {
|
||
|
ALBEDO = COLOR.rgb;
|
||
|
}
|
||
|
"
|