server z implementation
This commit is contained in:
parent
fc1f8642b5
commit
154957542a
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ function createNewPlayer(socket, name) {
|
||||||
id: playerCount,
|
id: playerCount,
|
||||||
x: pos[0],
|
x: pos[0],
|
||||||
y: pos[1],
|
y: pos[1],
|
||||||
|
z: 0,
|
||||||
dir: 0,
|
dir: 0,
|
||||||
visibleDir: 0,
|
visibleDir: 0,
|
||||||
name: name
|
name: name
|
||||||
|
|
Loading…
Reference in a new issue