server z implementation

This commit is contained in:
Killian Marty 2023-12-27 16:02:57 +01:00
parent fc1f8642b5
commit 154957542a

View file

@ -52,6 +52,7 @@ function createNewPlayer(socket, name) {
id: playerCount,
x: pos[0],
y: pos[1],
z: 0,
dir: 0,
visibleDir: 0,
name: name