From 7713faa4d0241c9bbc44d77a5e20dbbe2905dad8 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 1 Aug 2024 19:48:15 +0200 Subject: [PATCH] Feat : add login button --- .../options/{Dialog.vue => Dialog.client.vue} | 0 components/game/player/Icon.vue | 10 +- components/game/player/ListElement.vue | 2 +- netcode/index.ts | 21 +- pages/game.vue | 216 ++++++++---------- pages/lobby.vue | 185 ++++++++------- 6 files changed, 215 insertions(+), 219 deletions(-) rename components/game/overlay/options/{Dialog.vue => Dialog.client.vue} (100%) diff --git a/components/game/overlay/options/Dialog.vue b/components/game/overlay/options/Dialog.client.vue similarity index 100% rename from components/game/overlay/options/Dialog.vue rename to components/game/overlay/options/Dialog.client.vue diff --git a/components/game/player/Icon.vue b/components/game/player/Icon.vue index af41fad..cbba67f 100644 --- a/components/game/player/Icon.vue +++ b/components/game/player/Icon.vue @@ -1,8 +1,8 @@