start Multiplayer
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
shader_type spatial;
|
||||
render_mode cull_back;
|
||||
|
||||
uniform float z_offset : hint_range(-1, 1);
|
||||
|
||||
void fragment() {
|
||||
// Place fragment code here.
|
||||
}
|
||||
// write the final depth value to the depth buffer
|
||||
DEPTH = 0.9;
|
||||
}
|
||||
Reference in New Issue
Block a user