From 6771e3489c325e28e5c8d21bcf659c64e569b916 Mon Sep 17 00:00:00 2001 From: 10672208+mind-ar <10672208+mind-ar@users.noreply.github.com> Date: Fri, 15 Mar 2024 00:43:25 +0000 Subject: [PATCH] agregado emit en frontend --- public/game/sketch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/game/sketch.js b/public/game/sketch.js index 3c8d408..f7d5c8c 100644 --- a/public/game/sketch.js +++ b/public/game/sketch.js @@ -27,6 +27,7 @@ function setup() { }) loadBackground() loadVisuals() + socket.emit("ready") } function draw() {