Door hit
This commit is contained in:
8
Levels/Scenes/Door.gdshader
Normal file
8
Levels/Scenes/Door.gdshader
Normal file
@@ -0,0 +1,8 @@
|
||||
shader_type spatial;
|
||||
|
||||
uniform vec3 albedo : source_color;
|
||||
varying float setAlpha;
|
||||
void fragment() {
|
||||
ALBEDO = albedo;
|
||||
ALPHA = setAlpha;
|
||||
}
|
||||
Reference in New Issue
Block a user