From ba5d235da04a03b3d3bd22ae1ccaa754597dde6c Mon Sep 17 00:00:00 2001 From: Colin Kallemein Date: Mon, 26 Aug 2024 23:04:48 +0200 Subject: [PATCH] Changed User panel name, created panel toggles, WIP equipment panel --- src/components/gui/Inventory.vue | 45 ----------- src/components/gui/Menu.vue | 2 +- src/components/gui/UserPanel.vue | 39 ++++++++++ src/components/gui/partials/Equipment.vue | 74 +++++++++++++++++++ .../{InventoryItems.vue => Inventory.vue} | 0 src/screens/Game.vue | 2 +- src/stores/game.ts | 8 +- 7 files changed, 119 insertions(+), 51 deletions(-) delete mode 100644 src/components/gui/Inventory.vue create mode 100644 src/components/gui/UserPanel.vue create mode 100644 src/components/gui/partials/Equipment.vue rename src/components/gui/partials/{InventoryItems.vue => Inventory.vue} (100%) diff --git a/src/components/gui/Inventory.vue b/src/components/gui/Inventory.vue deleted file mode 100644 index f5e28b7..0000000 --- a/src/components/gui/Inventory.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - \ No newline at end of file diff --git a/src/components/gui/Menu.vue b/src/components/gui/Menu.vue index 095f4ae..f68acfb 100644 --- a/src/components/gui/Menu.vue +++ b/src/components/gui/Menu.vue @@ -27,7 +27,7 @@ -