Pre-Release
This commit is contained in:
6
assets/shader/no_depth.gdshader
Normal file
6
assets/shader/no_depth.gdshader
Normal file
@@ -0,0 +1,6 @@
|
||||
shader_type spatial;
|
||||
render_mode cull_back;
|
||||
|
||||
void fragment() {
|
||||
// Place fragment code here.
|
||||
}
|
||||
Reference in New Issue
Block a user