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(
|
||||
JSON.stringify({
|
||||
type: "input",
|
||||
dx,
|
||||
dy,
|
||||
payload: { dx, dy },
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user