Snake Movement Handler Setup
This commit is contained in:
@@ -15,8 +15,8 @@ class GameLoop{
|
||||
this.io.to(`game-${this.game.code}`).emit("loop", {
|
||||
code: this.game.code,
|
||||
playground: {
|
||||
height: this.playground.height,
|
||||
width: this.playground.width,
|
||||
// height: this.playground.height,
|
||||
// width: this.playground.width,
|
||||
tiles: this.playground.tiles,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user