fix
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m30s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m30s
This commit is contained in:
@@ -50,8 +50,7 @@ export class GameSocket {
|
|||||||
this.socket.send(
|
this.socket.send(
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
type: "input",
|
type: "input",
|
||||||
dx,
|
payload: { dx, dy },
|
||||||
dy,
|
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user