From c35dd655616c7bf494d5bc5c2d3c4bb01990026d Mon Sep 17 00:00:00 2001 From: Colin Kallemein Date: Thu, 29 Aug 2024 19:01:01 +0200 Subject: [PATCH 1/2] Finished character screen panel --- src/components/gui/UserPanel.vue | 14 +++-- .../gui/partials/CharacterScreen.vue | 59 +++++++++++++++++++ 2 files changed, 67 insertions(+), 6 deletions(-) create mode 100644 src/components/gui/partials/CharacterScreen.vue diff --git a/src/components/gui/UserPanel.vue b/src/components/gui/UserPanel.vue index b5c12a8..2340446 100644 --- a/src/components/gui/UserPanel.vue +++ b/src/components/gui/UserPanel.vue @@ -6,7 +6,7 @@
@@ -17,12 +17,13 @@
- +
- - + + + @@ -30,8 +31,9 @@ \ No newline at end of file diff --git a/src/components/gui/partials/settings/CharacterSettings.vue b/src/components/gui/partials/settings/CharacterSettings.vue new file mode 100644 index 0000000..ce31a35 --- /dev/null +++ b/src/components/gui/partials/settings/CharacterSettings.vue @@ -0,0 +1,29 @@ + + + \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index cfa7345..6389f61 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -79,7 +79,8 @@ export default { 100: '#7f7f7f', 200: '#696969', 300: '#313638', - 500: '#778899' + 500: '#778899', + 600: '#B1B2B5' } } },