diff --git a/public/assets/placeholders/chestplate.png b/public/assets/placeholders/chestplate.png new file mode 100644 index 0000000..b6cbfb5 Binary files /dev/null and b/public/assets/placeholders/chestplate.png differ diff --git a/src/components/utilities/inventory/Inventory.vue b/src/components/utilities/inventory/Inventory.vue new file mode 100644 index 0000000..c62edb1 --- /dev/null +++ b/src/components/utilities/inventory/Inventory.vue @@ -0,0 +1,76 @@ + \ No newline at end of file diff --git a/src/screens/Game.vue b/src/screens/Game.vue index bd5bdd2..613e314 100644 --- a/src/screens/Game.vue +++ b/src/screens/Game.vue @@ -9,6 +9,7 @@
+
@@ -43,6 +44,7 @@ import Menubar from '@/components/gui/Menu.vue' import GmTools from '@/components/utilities/GmTools.vue' import ZoneEditor from '@/components/utilities/zoneEditor/ZoneEditor.vue' import GmPanel from '@/components/utilities/GmPanel.vue' +import Inventory from '@/components/utilities/inventory/Inventory.vue' const gameStore = useGameStore() const zoneEditorStore = useZoneEditorStore() diff --git a/tailwind.config.js b/tailwind.config.js index 72efae5..e4676ff 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -42,6 +42,9 @@ export default { green: { DEFAULT: '#09ad19' }, + purple: { + DEFAULT: '#9841e6' + }, cyan: { DEFAULT: '#368f8b', 50: '#00b3b3',