Skip to content

Commit

Permalink
agregado emit en frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mind-ar committed Mar 15, 2024
1 parent 160310e commit 6771e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/game/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function setup() {
})
loadBackground()
loadVisuals()
socket.emit("ready")
}

function draw() {
Expand Down

0 comments on commit 6771e34

Please sign in to comment.