start Multiplayer

This commit is contained in:
2023-01-15 23:59:12 +01:00
parent 5cfc0839f7
commit 1ef5d54d6c
11 changed files with 209 additions and 255 deletions

View File

@@ -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;
}